Uses of Class java_cup.symbol

Uses in package java_cup

Methods with parameter type java_cup.symbol

boolean
Add a single symbol to the set.
void
Add a transition out of this state to another.
boolean
Determine if the set contains a particular symbol.
void
Remove a single symbol if it is in the set.

Classes derived from java_cup.symbol

class
This class represents a non-terminal symbol in the grammar.
class
This class represents a terminal symbol in the grammar.

Methods with return type java_cup.symbol

symbol
The symbol we make the transition on.
symbol
Return the symbol after the dot.
symbol
The symbol that this part is made up of.

Constructors with parameter type java_cup.symbol

Constructor with null next.
Full constructor.
Constructor with no label.
symbol_part.symbol_part(symbol sym, String lab)
Full constructor.

Fields of type java_cup.symbol

symbol
The symbol we make the transition on.
symbol
Cache of symbol after the dot.
symbol
The symbol that this part is made up of.