Home
last modified time | relevance | path

Searched refs:delegateGrammarTreeRoot (Results 1 – 3 of 3) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/tool/
DCompositeGrammar.java62 public CompositeGrammarTree delegateGrammarTreeRoot; field in CompositeGrammar
162 delegateGrammarTreeRoot = new CompositeGrammarTree(root); in setDelegationRoot()
163 root.compositeTreeNode = delegateGrammarTreeRoot; in setDelegationRoot()
167 return delegateGrammarTreeRoot.getRule(ruleName); in getRule()
171 return delegateGrammarTreeRoot.getOption(key); in getOption()
191 CompositeGrammarTree me = delegateGrammarTreeRoot.findNode(g); in getDelegator()
206 CompositeGrammarTree t = delegateGrammarTreeRoot.findNode(g); in getDelegates()
216 CompositeGrammarTree t = delegateGrammarTreeRoot.findNode(g); in getDirectDelegates()
243 if ( g==delegateGrammarTreeRoot.grammar ) { in getDelegators()
247 CompositeGrammarTree t = delegateGrammarTreeRoot.findNode(g); in getDelegators()
[all …]
DGrammar.java564 if ( composite.delegateGrammarTreeRoot==null ) { in Grammar()
2349 CompositeGrammarTree t = composite.delegateGrammarTreeRoot.findNode(this); in addDelegateGrammar()
2742 return composite.delegateGrammarTreeRoot.grammar == this; in getGrammarIsRoot()
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DCodeGenTreeWalker.g997 if ( this.grammar != rdef.grammar.composite.delegateGrammarTreeRoot.grammar ) {
999 rdef.grammar.composite.delegateGrammarTreeRoot.grammar);