Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DCompositeGrammar.java55 public CompositeGrammarTree delegateGrammarTreeRoot; field in CompositeGrammar
153 delegateGrammarTreeRoot = new CompositeGrammarTree(root); in setDelegationRoot()
154 root.compositeTreeNode = delegateGrammarTreeRoot; in setDelegationRoot()
158 return delegateGrammarTreeRoot.getRule(ruleName); in getRule()
162 return delegateGrammarTreeRoot.getOption(key); in getOption()
182 CompositeGrammarTree me = delegateGrammarTreeRoot.findNode(g); in getDelegator()
197 CompositeGrammarTree t = delegateGrammarTreeRoot.findNode(g); in getDelegates()
207 CompositeGrammarTree t = delegateGrammarTreeRoot.findNode(g); in getDirectDelegates()
232 if ( g==delegateGrammarTreeRoot.grammar ) { in getDelegators()
236 CompositeGrammarTree t = delegateGrammarTreeRoot.findNode(g); in getDelegators()
[all …]
DGrammar.java520 if ( composite.delegateGrammarTreeRoot==null ) { in Grammar()
2305 CompositeGrammarTree t = composite.delegateGrammarTreeRoot.findNode(this); in addDelegateGrammar()
2698 return composite.delegateGrammarTreeRoot.grammar == this; in getGrammarIsRoot()
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DCodeGenTreeWalker.g996 if ( this.grammar != rdef.grammar.composite.delegateGrammarTreeRoot.grammar ) {
998 rdef.grammar.composite.delegateGrammarTreeRoot.grammar);