Uses of Class
antlr.OneOrMoreBlock
Packages that use OneOrMoreBlock
-
Uses of OneOrMoreBlock in antlr
Methods in antlr with parameters of type OneOrMoreBlockModifier and TypeMethodDescriptionboolean
LLkAnalyzer.deterministic
(OneOrMoreBlock blk) Is (...)+ block LL(1)? Fill in alternative cache for this block.boolean
LLkGrammarAnalyzer.deterministic
(OneOrMoreBlock blk) abstract void
CodeGenerator.gen
(OneOrMoreBlock blk) Generate code for the given grammar element.void
CppCodeGenerator.gen
(OneOrMoreBlock blk) Generate code for the given grammar element.void
CSharpCodeGenerator.gen
(OneOrMoreBlock blk) Generate code for the given grammar element.void
DiagnosticCodeGenerator.gen
(OneOrMoreBlock blk) Generate code for the given grammar element.void
DocBookCodeGenerator.gen
(OneOrMoreBlock blk) Generate code for the given grammar element.void
HTMLCodeGenerator.gen
(OneOrMoreBlock blk) Generate code for the given grammar element.void
JavaCodeGenerator.gen
(OneOrMoreBlock blk) Generate code for the given grammar element.void
PythonCodeGenerator.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)