Uses of Class
antlr.ZeroOrMoreBlock
Packages that use ZeroOrMoreBlock
-
Uses of ZeroOrMoreBlock in antlr
Methods in antlr with parameters of type ZeroOrMoreBlockModifier and TypeMethodDescriptionbooleanLLkAnalyzer.deterministic(ZeroOrMoreBlock blk) Is (...)* block LL(1)? Fill in alternative cache for this block.booleanLLkGrammarAnalyzer.deterministic(ZeroOrMoreBlock blk) abstract voidCodeGenerator.gen(ZeroOrMoreBlock blk) Generate code for the given grammar element.voidCppCodeGenerator.gen(ZeroOrMoreBlock blk) Generate code for the given grammar element.voidCSharpCodeGenerator.gen(ZeroOrMoreBlock blk) Generate code for the given grammar element.voidDiagnosticCodeGenerator.gen(ZeroOrMoreBlock blk) Generate code for the given grammar element.voidDocBookCodeGenerator.gen(ZeroOrMoreBlock blk) Generate code for the given grammar element.voidHTMLCodeGenerator.gen(ZeroOrMoreBlock blk) Generate code for the given grammar element.voidJavaCodeGenerator.gen(ZeroOrMoreBlock blk) Generate code for the given grammar element.voidPythonCodeGenerator.gen(ZeroOrMoreBlock blk) Generate code for the given grammar element.LLkAnalyzer.look(int k, ZeroOrMoreBlock blk) The (...)* element is the combined lookahead of the alternatives and what can follow the loop.LLkGrammarAnalyzer.look(int k, ZeroOrMoreBlock blk)