Uses of Class
antlr.preprocessor.Grammar

Packages that use Grammar
antlr.preprocessor   
 

Uses of Grammar in antlr.preprocessor
 

Fields in antlr.preprocessor declared as Grammar
protected  Grammar Rule.enclosingGrammar
           
protected  Grammar Hierarchy.LexerRoot
           
protected  Grammar Hierarchy.ParserRoot
           
protected  Grammar Hierarchy.TreeParserRoot
           
protected  Grammar Option.enclosingGrammar
           
 

Methods in antlr.preprocessor that return Grammar
 Grammar Preprocessor.class_def(String file, Hierarchy hier)
           
 Grammar Grammar.getSuperGrammar()
           
 Grammar Hierarchy.findRoot(Grammar g)
           
 Grammar Hierarchy.getGrammar(String gr)
           
 Grammar Option.getEnclosingGrammar()
           
 

Methods in antlr.preprocessor with parameters of type Grammar
 void GrammarFile.addGrammar(Grammar g)
           
 IndexedVector Preprocessor.optionSpec(Grammar gr)
           
 void Preprocessor.rule(Grammar gr)
           
 void Grammar.inherit(Option o, Grammar superG)
           
 void Grammar.inherit(Rule r, Grammar superG)
           
 void Grammar.inherit(String memberAction, Grammar superG)
           
 void Rule.setEnclosingGrammar(Grammar g)
           
 void Hierarchy.addGrammar(Grammar gr)
           
 Grammar Hierarchy.findRoot(Grammar g)
           
 void Option.setEnclosingGrammar(Grammar g)
           
 

Constructors in antlr.preprocessor with parameters of type Grammar
Rule(String n, String b, IndexedVector options, Grammar gr)
           
Option(String n, String rhs, Grammar gr)