antlr
abstract class AlternativeElement extends GrammarElement
Field Summary | |
---|---|
protected int | autoGenType |
protected String | enclosingRuleName |
AlternativeElement | next |
Constructor Summary | |
---|---|
AlternativeElement(Grammar g) | |
AlternativeElement(Grammar g, Token start) | |
AlternativeElement(Grammar g, Token start, int autoGenType_) |
Method Summary | |
---|---|
int | getAutoGenType() |
String | getLabel() |
void | setAutoGenType(int a) |
void | setLabel(String label) |