antlr
class Alternative extends Object
| Field Summary | |
|---|---|
| protected Lookahead[] | cache |
| protected ExceptionSpec | exceptionSpec |
| AlternativeElement | head |
| protected int | lookaheadDepth |
| protected String | semPred |
| protected SynPredBlock | synPred |
| AlternativeElement | tail |
| protected Token | treeSpecifier |
| Constructor Summary | |
|---|---|
| Alternative() | |
| Alternative(AlternativeElement firstElement) | |
| Method Summary | |
|---|---|
| void | addElement(AlternativeElement e) |
| boolean | atStart() |
| boolean | getAutoGen() |
| Token | getTreeSpecifier() |
| void | setAutoGen(boolean doAutoGen_) |