A B C D E F G H I J K L M N O P R S T U V W X Z _

_

_action - Variable in class java_cup.production
An action_part containing code for the action to be performed when we reduce with this production.
_action_table - Static variable in class java_cup.parser
Parse-action table.
_all - Variable in class java_cup.lalr_item_set
A hash table to implement the set.
_all - Static variable in class java_cup.lalr_state
Collection of all states.
_all - Static variable in class java_cup.non_terminal
Table of all non-terminals -- elements are stored using name strings as the key
_all - Static variable in class java_cup.production
Table of all productions.
_all - Variable in class java_cup.symbol_set
A hash table to hold the set.
_all - Static variable in class java_cup.terminal
Table of all terminals.
_all_by_index - Static variable in class java_cup.non_terminal
Table of all non terminals indexed by their index number.
_all_by_index - Static variable in class java_cup.terminal
Table of all terminals indexed by their index number.
_all_kernels - Static variable in class java_cup.lalr_state
Hash table to find states by their kernels (i.e, the original, unclosed, set of items -- which uniquely define the state).
_base_production - Variable in class java_cup.action_production
The production we were taken out of.
_code_string - Variable in class java_cup.action_part
String containing code for the action in question.
_core_hash_cache - Variable in class java_cup.lr_item_core
Cache of the hash code.
_done_parsing - Variable in class java_cup.runtime.lr_parser
Internal flag to indicate when parser should quit.
_dot_pos - Variable in class java_cup.lr_item_core
The position of the "dot" -- this indicates the part of the production that the marker is before, so 0 indicates a dot at the beginning of the RHS.
_elements - Variable in class java_cup.terminal_set
Bitset to implement the actual set.
_error_sync_size - Static variable in class java_cup.runtime.lr_parser
The default number of Symbols after an error we much match to consider it recovered from.
_first_set - Variable in class java_cup.non_terminal
First set for this non-terminal.
_first_set - Variable in class java_cup.production
First set of the production.
_index - Variable in class java_cup.lalr_state
Index of this state in the parse tables
_index - Variable in class java_cup.production
Index number of the production.
_index - Variable in class java_cup.symbol
Index of this symbol (terminal or non terminal) in the parse tables.
_items - Variable in class java_cup.lalr_state
The item set for this state.
_label - Variable in class java_cup.production_part
Optional label for referring to the part within an action (null for no label).
_lhs - Variable in class java_cup.production
The left hand side non-terminal.
_lookahead - Variable in class java_cup.lalr_item
The lookahead symbols of the item.
_lr_values - Static variable in class java_cup.emit
 
_name - Variable in class java_cup.symbol
String for the human readable name of the symbol.
_next - Variable in class java_cup.lalr_transition
Next transition in linked list of transitions out of a state
_nullable - Variable in class java_cup.non_terminal
Nullability of this non terminal.
_nullable - Variable in class java_cup.production
Nullability of the production (can it derive the empty string).
_nullable_known - Variable in class java_cup.production
Is the nullability of the production known or unknown?
_num_reductions - Variable in class java_cup.production
Count of number of reductions using this production.
_num_states - Variable in class java_cup.parse_action_table
How many rows/states are in the machine/table.
_num_states - Variable in class java_cup.parse_reduce_table
How many rows/states in the machine/table.
_on_symbol - Variable in class java_cup.lalr_transition
The symbol we make the transition on.
_production_table - Static variable in class java_cup.parser
Production table.
_productions - Variable in class java_cup.non_terminal
Table of all productions with this non terminal on the LHS.
_propagate_items - Variable in class java_cup.lalr_item
Links to items that the lookahead needs to be propagated to.
_reduce_table - Static variable in class java_cup.parser
reduce_goto table.
_reduce_with - Variable in class java_cup.reduce_action
The production we reduce with.
_rhs - Variable in class java_cup.production
A collection of parts for the right hand side.
_rhs_assoc - Variable in class java_cup.production
 
_rhs_length - Variable in class java_cup.production
How much of the right hand side array we are presently using.
_rhs_prec - Variable in class java_cup.production
The precedence of the rule
_shift_to - Variable in class java_cup.shift_action
The state we shift to.
_size - Static variable in class java_cup.parse_action_row
Number of columns (terminals) in every row.
_size - Static variable in class java_cup.parse_reduce_row
Number of columns (non terminals) in every row.
_stack_type - Variable in class java_cup.symbol
String for the type of object used for the symbol on the parse stack.
_symbol_after_dot - Variable in class java_cup.lr_item_core
Cache of symbol after the dot.
_the_production - Variable in class java_cup.lr_item_core
The production for the item.
_the_symbol - Variable in class java_cup.symbol_part
The symbol that this part is made up of.
_to_state - Variable in class java_cup.lalr_transition
The state we transition to.
_transitions - Variable in class java_cup.lalr_state
List of transitions out of this state.
_use_count - Variable in class java_cup.symbol
Count of how many times the symbol appears in productions.

A B C D E F G H I J K L M N O P R S T U V W X Z _