Uses of Class
java_cup.terminal
-
Packages that use terminal Package Description java_cup -
-
Uses of terminal in java_cup
Fields in java_cup declared as terminal Modifier and Type Field Description static terminalterminal. EOFSpecial terminal for end of input.static terminalterminal. errorspecial terminal used for error recoveryMethods in java_cup that return terminal Modifier and Type Method Description static terminalterminal. find(int indx)Lookup a terminal by index.static terminalterminal. find(java.lang.String with_name)Lookup a terminal by name string.Methods in java_cup with parameters of type terminal Modifier and Type Method Description booleanterminal_set. add(terminal sym)Add a single terminal to the set.booleanterminal_set. contains(terminal sym)Determine if the set contains a particular terminal.voidterminal_set. remove(terminal sym)Remove a terminal if it is in the set.
-