Uses of Class
antlr.CharLiteralElement
Packages that use CharLiteralElement
-
Uses of CharLiteralElement in antlr
Methods in antlr with parameters of type CharLiteralElementModifier and TypeMethodDescriptionabstract voidCodeGenerator.gen(CharLiteralElement atom) Generate code for the given grammar element.voidCppCodeGenerator.gen(CharLiteralElement atom) Generate code for the given grammar element.voidCSharpCodeGenerator.gen(CharLiteralElement atom) Generate code for the given grammar element.voidDiagnosticCodeGenerator.gen(CharLiteralElement atom) Generate code for the given grammar element.voidDocBookCodeGenerator.gen(CharLiteralElement atom) Generate code for the given grammar element.voidHTMLCodeGenerator.gen(CharLiteralElement atom) Generate code for the given grammar element.voidJavaCodeGenerator.gen(CharLiteralElement atom) Generate code for the given grammar element.voidPythonCodeGenerator.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)