Uses of Class
java_cup.symbol
Packages that use symbol
-
Uses of symbol in java_cup
Modifier and TypeClassDescriptionclassThis class represents a non-terminal symbol in the grammar.classThis class represents a terminal symbol in the grammar.Modifier and TypeFieldDescriptionprotected symbollalr_transition._on_symbolThe symbol we make the transition on.protected symbollr_item_core._symbol_after_dotCache of symbol after the dot.protected symbolsymbol_part._the_symbolThe symbol that this part is made up of.Modifier and TypeMethodDescriptionlalr_transition.on_symbol()The symbol we make the transition on.lr_item_core.symbol_after_dot()Return the symbol after the dot.symbol_part.the_symbol()The symbol that this part is made up of.Modifier and TypeMethodDescriptionbooleanAdd a single symbol to the set.voidlalr_state.add_transition(symbol on_sym, lalr_state to_st) Add a transition out of this state to another.booleanDetermine if the set contains a particular symbol.voidRemove a single symbol if it is in the set.ModifierConstructorDescriptionlalr_transition(symbol on_sym, lalr_state to_st) Constructor with null next.lalr_transition(symbol on_sym, lalr_state to_st, lalr_transition nxt) Full constructor.symbol_part(symbol sym) Constructor with no label.symbol_part(symbol sym, String lab) Full constructor.