Uses of Class
org.antlr.tool.CompositeGrammarTree
Packages that use CompositeGrammarTree
-
Uses of CompositeGrammarTree in org.antlr.tool
Fields in org.antlr.tool declared as CompositeGrammarTreeModifier and TypeFieldDescriptionGrammar.compositeTreeNode
A pointer back into grammar tree.CompositeGrammar.delegateGrammarTreeRoot
CompositeGrammarTree.parent
Who is the parent node of this node; if null, implies node is rootFields in org.antlr.tool with type parameters of type CompositeGrammarTreeModifier and TypeFieldDescriptionprotected List
<CompositeGrammarTree> CompositeGrammarTree.children
Methods in org.antlr.tool that return CompositeGrammarTreeModifier and TypeMethodDescriptionMethods in org.antlr.tool with parameters of type CompositeGrammarTreeModifier and TypeMethodDescriptionvoid
CompositeGrammar._minimizeRuleSet
(Set<String> ruleDefs, CompositeGrammarTree p) void
CompositeGrammarTree.addChild
(CompositeGrammarTree t)