Uses of Class
antlr.OneOrMoreBlock
Packages that use OneOrMoreBlock
-
Uses of OneOrMoreBlock in antlr
Methods in antlr with parameters of type OneOrMoreBlockModifier and TypeMethodDescriptionbooleanLLkAnalyzer.deterministic(OneOrMoreBlock blk) Is (...)+ block LL(1)? Fill in alternative cache for this block.booleanLLkGrammarAnalyzer.deterministic(OneOrMoreBlock blk) abstract voidCodeGenerator.gen(OneOrMoreBlock blk) Generate code for the given grammar element.voidCppCodeGenerator.gen(OneOrMoreBlock blk) Generate code for the given grammar element.voidCSharpCodeGenerator.gen(OneOrMoreBlock blk) Generate code for the given grammar element.voidDiagnosticCodeGenerator.gen(OneOrMoreBlock blk) Generate code for the given grammar element.voidDocBookCodeGenerator.gen(OneOrMoreBlock blk) Generate code for the given grammar element.voidHTMLCodeGenerator.gen(OneOrMoreBlock blk) Generate code for the given grammar element.voidJavaCodeGenerator.gen(OneOrMoreBlock blk) Generate code for the given grammar element.voidPythonCodeGenerator.gen(OneOrMoreBlock blk) Generate code for the given grammar element.LLkAnalyzer.look(int k, OneOrMoreBlock blk) The lookahead of a (...)+ block is the combined lookahead of all alternatives and, if an empty path is found, the lookahead of what follows the block.LLkGrammarAnalyzer.look(int k, OneOrMoreBlock blk)