Package antlr.preprocessor
Class Hierarchy
java.lang.Object
antlr.preprocessor.Hierarchy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addGrammar
(Grammar gr) void
void
expandGrammarsInFile
(String fileName) getGrammar
(String gr) getTool()
static String
optionsToString
(IndexedVector options) void
readGrammarFile
(String file) void
boolean
Return 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
-