antlr
Class Alternative
java.lang.Object
|
+--antlr.Alternative
- class Alternative
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
head
AlternativeElement head
tail
AlternativeElement tail
synPred
protected SynPredBlock synPred
semPred
protected String semPred
exceptionSpec
protected ExceptionSpec exceptionSpec
cache
protected Lookahead[] cache
lookaheadDepth
protected int lookaheadDepth
treeSpecifier
protected Token treeSpecifier
doAutoGen
private boolean doAutoGen
Alternative
public Alternative()
Alternative
public Alternative(AlternativeElement firstElement)
addElement
public void addElement(AlternativeElement e)
atStart
public boolean atStart()
getAutoGen
public boolean getAutoGen()
getTreeSpecifier
public Token getTreeSpecifier()
setAutoGen
public void setAutoGen(boolean doAutoGen_)
comments?