antlr
Class Alternative
java.lang.Object
antlr.Alternative
class Alternative
- extends Object
Intermediate data class holds information about an alternative
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
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_)