| Frames | No Frames |
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. |
Constructors with parameter type java_cup.symbol | |
Constructor with null next. | |
Full constructor. | |
Constructor with no label. | |
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. |
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. |
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. |