Package | Description |
---|---|
org.antlr.tool |
Modifier and Type | Field | Description |
---|---|---|
CompositeGrammarTree |
Grammar.compositeTreeNode |
A pointer back into grammar tree.
|
CompositeGrammarTree |
CompositeGrammar.delegateGrammarTreeRoot |
|
CompositeGrammarTree |
CompositeGrammarTree.parent |
Who is the parent node of this node; if null, implies node is root
|
Modifier and Type | Field | Description |
---|---|---|
protected List<CompositeGrammarTree> |
CompositeGrammarTree.children |
Modifier and Type | Method | Description |
---|---|---|
CompositeGrammarTree |
CompositeGrammarTree.findNode(String grammarName) |
|
CompositeGrammarTree |
CompositeGrammarTree.findNode(Grammar g) |
Modifier and Type | Method | Description |
---|---|---|
void |
CompositeGrammar._minimizeRuleSet(Set<String> ruleDefs,
CompositeGrammarTree p) |
|
void |
CompositeGrammarTree.addChild(CompositeGrammarTree t) |
Copyright © 1992–2019 ANTLR. All rights reserved.