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