class StringLiteralElement extends GrammarAtom
| Modifier and Type | Field and Description |
|---|---|
protected String |
processedAtomText |
ASTNodeType, atomText, label, not, tokenTypeautoGenType, enclosingRuleName, nextAUTO_GEN_BANG, AUTO_GEN_CARET, AUTO_GEN_NONE, column, grammar, line| Constructor and Description |
|---|
StringLiteralElement(Grammar g,
Token t,
int autoGenType) |
| Modifier and Type | Method and Description |
|---|---|
void |
generate() |
Lookahead |
look(int k) |
getASTNodeType, getLabel, getText, getType, setASTNodeType, setLabel, setOption, toStringgetAutoGenType, setAutoGenTypegetColumn, getLineprotected String processedAtomText
public void generate()
generate in class GrammarElementpublic Lookahead look(int k)
look in class GrammarElement