antlr
class RuleSymbol extends GrammarSymbol
| Field Summary | |
|---|---|
| String | access |
| RuleBlock | block |
| String | comment |
| boolean | defined |
| Vector | references |
| Constructor Summary | |
|---|---|
| RuleSymbol(String r) | |
| Method Summary | |
|---|---|
| void | addReference(RuleRefElement e) |
| RuleBlock | getBlock() |
| RuleRefElement | getReference(int i) |
| boolean | isDefined() |
| int | numReferences() |
| void | setBlock(RuleBlock rb) |
| void | setDefined() |