Package | Description |
---|---|
antlr.preprocessor |
Modifier and Type | Field and Description |
---|---|
protected IndexedVector |
GrammarFile.grammars |
protected IndexedVector |
Rule.options |
protected IndexedVector |
GrammarFile.options |
protected IndexedVector |
Grammar.options |
protected IndexedVector |
Grammar.rules |
Modifier and Type | Method and Description |
---|---|
IndexedVector |
GrammarFile.getGrammars() |
IndexedVector |
Grammar.getOptions() |
IndexedVector |
Grammar.getRules() |
IndexedVector |
Preprocessor.optionSpec(Grammar gr) |
Modifier and Type | Method and Description |
---|---|
static String |
Hierarchy.optionsToString(IndexedVector options) |
void |
Rule.setOptions(IndexedVector options) |
void |
GrammarFile.setOptions(IndexedVector o) |
void |
Grammar.setOptions(IndexedVector options) |
Constructor and Description |
---|
Grammar(Tool tool,
String name,
String superGrammar,
IndexedVector rules) |
Rule(String n,
String b,
IndexedVector options,
Grammar gr) |