Package antlr.preprocessor
Class Hierarchy
java.lang.Object
antlr.preprocessor.Hierarchy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGrammar(Grammar gr) voidvoidexpandGrammarsInFile(String fileName) getGrammar(String gr) getTool()static StringoptionsToString(IndexedVector options) voidreadGrammarFile(String file) voidbooleanReturn true if hierarchy is complete, false if not
-
Field Details
-
LexerRoot
-
ParserRoot
-
TreeParserRoot
-
symbols
-
files
-
antlrTool
-
-
Constructor Details
-
Hierarchy
-
-
Method Details
-
addGrammar
-
addGrammarFile
-
expandGrammarsInFile
-
findRoot
-
getFile
-
getGrammar
-
optionsToString
-
readGrammarFile
- Throws:
FileNotFoundException
-
verifyThatHierarchyIsComplete
public boolean verifyThatHierarchyIsComplete()Return true if hierarchy is complete, false if not -
getTool
-
setTool
-