class ActionElement extends AlternativeElement
Modifier and Type | Field and Description |
---|---|
protected String |
actionText |
protected boolean |
isSemPred |
autoGenType, enclosingRuleName, next
AUTO_GEN_BANG, AUTO_GEN_CARET, AUTO_GEN_NONE, column, grammar, line
Constructor and Description |
---|
ActionElement(Grammar g,
Token t) |
Modifier and Type | Method and Description |
---|---|
void |
generate() |
Lookahead |
look(int k) |
String |
toString() |
getAutoGenType, getLabel, setAutoGenType, setLabel
getColumn, getLine
protected String actionText
protected boolean isSemPred
public void generate()
generate
in class GrammarElement
public Lookahead look(int k)
look
in class GrammarElement
public String toString()
toString
in class GrammarElement