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 GrammarOption.enclosingGrammarprotected GrammarRule.enclosingGrammarprotected GrammarHierarchy.LexerRootprotected GrammarHierarchy.ParserRootprotected GrammarHierarchy.TreeParserRootMethods in antlr.preprocessor that return GrammarModifier and TypeMethodDescriptionfinal GrammarOption.getEnclosingGrammar()Hierarchy.getGrammar(String gr) Grammar.getSuperGrammar()Methods in antlr.preprocessor with parameters of type GrammarModifier and TypeMethodDescriptionvoidGrammarFile.addGrammar(Grammar g) voidHierarchy.addGrammar(Grammar gr) voidvoidvoidfinal IndexedVectorPreprocessor.optionSpec(Grammar gr) final voidvoidOption.setEnclosingGrammar(Grammar g) voidRule.setEnclosingGrammar(Grammar g) Constructors in antlr.preprocessor with parameters of type Grammar