Package antlr
Class CharLiteralElement
java.lang.Object
antlr.GrammarElement
antlr.AlternativeElement
antlr.GrammarAtom
antlr.CharLiteralElement
-
Field Summary
Fields inherited from class antlr.GrammarAtom
ASTNodeType, atomText, label, not, tokenTypeFields inherited from class antlr.AlternativeElement
autoGenType, enclosingRuleName, nextFields inherited from class antlr.GrammarElement
AUTO_GEN_BANG, AUTO_GEN_CARET, AUTO_GEN_NONE, column, grammar, line -
Constructor Summary
ConstructorsConstructorDescriptionCharLiteralElement(LexerGrammar g, Token t, boolean inverted, int autoGenType) -
Method Summary
Methods inherited from class antlr.GrammarAtom
getASTNodeType, getLabel, getText, getType, setASTNodeType, setLabel, setOption, toStringMethods inherited from class antlr.AlternativeElement
getAutoGenType, setAutoGenTypeMethods inherited from class antlr.GrammarElement
getColumn, getLine
-
Constructor Details
-
CharLiteralElement
-
-
Method Details
-
generate
public void generate()- Overrides:
generatein classGrammarElement
-
look
- Overrides:
lookin classGrammarElement
-