Uses of Class
antlr.preprocessor.Grammar
-
Packages that use Grammar Package Description antlr.preprocessor -
-
Uses of Grammar in antlr.preprocessor
Fields in antlr.preprocessor declared as Grammar Modifier and Type Field Description protected GrammarOption. enclosingGrammarprotected GrammarRule. enclosingGrammarprotected GrammarHierarchy. LexerRootprotected GrammarHierarchy. ParserRootprotected GrammarHierarchy. TreeParserRootMethods in antlr.preprocessor that return Grammar Modifier and Type Method Description GrammarPreprocessor. class_def(java.lang.String file, Hierarchy hier)GrammarHierarchy. findRoot(Grammar g)GrammarOption. getEnclosingGrammar()GrammarHierarchy. getGrammar(java.lang.String gr)GrammarGrammar. getSuperGrammar()Methods in antlr.preprocessor with parameters of type Grammar Modifier and Type Method Description voidGrammarFile. addGrammar(Grammar g)voidHierarchy. addGrammar(Grammar gr)GrammarHierarchy. findRoot(Grammar g)voidGrammar. inherit(Option o, Grammar superG)voidGrammar. inherit(Rule r, Grammar superG)voidGrammar. inherit(java.lang.String memberAction, Grammar superG)IndexedVectorPreprocessor. optionSpec(Grammar gr)voidPreprocessor. rule(Grammar gr)voidOption. setEnclosingGrammar(Grammar g)voidRule. setEnclosingGrammar(Grammar g)Constructors in antlr.preprocessor with parameters of type Grammar Constructor Description Option(java.lang.String n, java.lang.String rhs, Grammar gr)Rule(java.lang.String n, java.lang.String b, IndexedVector options, Grammar gr)
-