Public Member Functions | Protected Attributes | Package Attributes

antlr.Alternative Class Reference

List of all members.

Public Member Functions

 Alternative ()
 Alternative (AlternativeElement firstElement)
void addElement (AlternativeElement e)
boolean atStart ()
boolean getAutoGen ()
Token getTreeSpecifier ()
void setAutoGen (boolean doAutoGen_)

Protected Attributes

SynPredBlock synPred
String semPred
ExceptionSpec exceptionSpec
Lookahead[] cache
int lookaheadDepth
Token treeSpecifier = null

Package Attributes

AlternativeElement head
AlternativeElement tail

Detailed Description

Intermediate data class holds information about an alternative


Constructor & Destructor Documentation

antlr.Alternative.Alternative (  ) 
antlr.Alternative.Alternative ( AlternativeElement  firstElement  ) 

Member Function Documentation

void antlr.Alternative.addElement ( AlternativeElement  e  ) 
boolean antlr.Alternative.atStart (  ) 
boolean antlr.Alternative.getAutoGen (  ) 
Token antlr.Alternative.getTreeSpecifier (  ) 
void antlr.Alternative.setAutoGen ( boolean  doAutoGen_  ) 

Member Data Documentation

String antlr.Alternative.semPred [protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties