Uses of Class
antlr.ZeroOrMoreBlock

Packages that use ZeroOrMoreBlock
antlr   
 

Uses of ZeroOrMoreBlock in antlr
 

Methods in antlr with parameters of type ZeroOrMoreBlock
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 DocBookCodeGenerator.gen(ZeroOrMoreBlock blk)
          Generate code for the given grammar element.
 void DiagnosticCodeGenerator.gen(ZeroOrMoreBlock blk)
          Generate code for the given grammar element.
 boolean LLkAnalyzer.deterministic(ZeroOrMoreBlock blk)
          Is (...)* block LL(1)? Fill in alternative cache for this block.
 Lookahead LLkAnalyzer.look(int k, ZeroOrMoreBlock blk)
          The (...)* element is the combined lookahead of the alternatives and what can follow the loop.
 boolean LLkGrammarAnalyzer.deterministic(ZeroOrMoreBlock blk)
           
 Lookahead LLkGrammarAnalyzer.look(int k, ZeroOrMoreBlock blk)
           
 void PythonCodeGenerator.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 CSharpCodeGenerator.gen(ZeroOrMoreBlock blk)
          Generate code for the given grammar element.