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