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.compositeTreeNodeA pointer back into grammar tree.CompositeGrammar.delegateGrammarTreeRootCompositeGrammarTree.parentWho 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.childrenMethods in org.antlr.tool that return CompositeGrammarTreeModifier and TypeMethodDescriptionMethods in org.antlr.tool with parameters of type CompositeGrammarTreeModifier and TypeMethodDescriptionvoidCompositeGrammar._minimizeRuleSet(Set<String> ruleDefs, CompositeGrammarTree p) voidCompositeGrammarTree.addChild(CompositeGrammarTree t)