Package | Description |
---|---|
org.antlr.tool |
Modifier and Type | Field and 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 and Description |
---|---|
protected List<CompositeGrammarTree> |
CompositeGrammarTree.children |
Modifier and Type | Method and Description |
---|---|
CompositeGrammarTree |
CompositeGrammarTree.findNode(Grammar g) |
CompositeGrammarTree |
CompositeGrammarTree.findNode(String grammarName) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeGrammar._minimizeRuleSet(Set<String> ruleDefs,
CompositeGrammarTree p) |
void |
CompositeGrammarTree.addChild(CompositeGrammarTree t) |
Copyright © 1992–2015 ANTLR. All rights reserved.