Uses of Class
antlr.CharLiteralElement
Packages that use CharLiteralElement
-
Uses of CharLiteralElement in antlr
Methods in antlr with parameters of type CharLiteralElementModifier and TypeMethodDescriptionabstract void
CodeGenerator.gen
(CharLiteralElement atom) Generate code for the given grammar element.void
CppCodeGenerator.gen
(CharLiteralElement atom) Generate code for the given grammar element.void
CSharpCodeGenerator.gen
(CharLiteralElement atom) Generate code for the given grammar element.void
DiagnosticCodeGenerator.gen
(CharLiteralElement atom) Generate code for the given grammar element.void
DocBookCodeGenerator.gen
(CharLiteralElement atom) Generate code for the given grammar element.void
HTMLCodeGenerator.gen
(CharLiteralElement atom) Generate code for the given grammar element.void
JavaCodeGenerator.gen
(CharLiteralElement atom) Generate code for the given grammar element.void
PythonCodeGenerator.gen
(CharLiteralElement atom) Generate code for the given grammar element.LLkAnalyzer.look
(int k, CharLiteralElement atom) Return this char as the lookahead if k=1.LLkGrammarAnalyzer.look
(int k, CharLiteralElement atom)