Uses of Class
antlr.preprocessor.Grammar
Packages that use Grammar
-
Uses of Grammar in antlr.preprocessor
Fields in antlr.preprocessor declared as GrammarModifier and TypeFieldDescriptionprotected Grammar
Option.enclosingGrammar
protected Grammar
Rule.enclosingGrammar
protected Grammar
Hierarchy.LexerRoot
protected Grammar
Hierarchy.ParserRoot
protected Grammar
Hierarchy.TreeParserRoot
Methods in antlr.preprocessor that return GrammarModifier and TypeMethodDescriptionfinal Grammar
Option.getEnclosingGrammar()
Hierarchy.getGrammar
(String gr) Grammar.getSuperGrammar()
Methods in antlr.preprocessor with parameters of type GrammarModifier and TypeMethodDescriptionvoid
GrammarFile.addGrammar
(Grammar g) void
Hierarchy.addGrammar
(Grammar gr) void
void
void
final IndexedVector
Preprocessor.optionSpec
(Grammar gr) final void
void
Option.setEnclosingGrammar
(Grammar g) void
Rule.setEnclosingGrammar
(Grammar g) Constructors in antlr.preprocessor with parameters of type Grammar