Searched refs:BecomeRoot (Results 1 - 25 of 35) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeAdaptor.cs143 object BecomeRoot(object newRoot, object oldRoot); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
194 object BecomeRoot(IToken newRoot, object oldRoot); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
H A DBaseTreeAdaptor.cs153 public virtual object BecomeRoot(object newRoot, object oldRoot) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
194 public virtual object BecomeRoot(IToken newRoot, object oldRoot) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
195 return BecomeRoot(Create(newRoot), oldRoot);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeAdaptor.cs199 object BecomeRoot( object newRoot, object oldRoot ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
250 object BecomeRoot( IToken newRoot, object oldRoot ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
H A DBaseTreeAdaptor.cs187 public virtual object BecomeRoot( object newRoot, object oldRoot ) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
237 public virtual object BecomeRoot( IToken newRoot, object oldRoot ) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
239 return BecomeRoot( Create( newRoot ), oldRoot );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs131 T BecomeRoot(T newRoot, T oldRoot); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
182 T BecomeRoot(IToken newRoot, T oldRoot); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs124 public virtual object BecomeRoot(object newRoot, object oldRoot) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
125 object n = adaptor.BecomeRoot(newRoot, oldRoot);
126 dbg.BecomeRoot(newRoot, oldRoot);
139 public virtual object BecomeRoot(IToken newRoot, object oldRoot) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
141 adaptor.BecomeRoot(n, oldRoot);
142 dbg.BecomeRoot(newRoot, oldRoot);
H A DDebugEventRepeater.cs149 public virtual void BecomeRoot(object newRoot, object oldRoot) { method in class:Antlr.Runtime.Debug.DebugEventRepeater
150 _listener.BecomeRoot(newRoot, oldRoot);
H A DBlankDebugEventListener.cs120 public virtual void BecomeRoot(object newRoot, object oldRoot) { method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DIDebugEventListener.cs361 void BecomeRoot(object newRoot, object oldRoot); method in interface:Antlr.Runtime.Debug.IDebugEventListener
H A DTraceDebugEventListener.cs102 public override void BecomeRoot(object newRoot, object oldRoot) { method in class:Antlr.Runtime.Debug.TraceDebugEventListener
H A DDebugEventHub.cs276 public virtual void BecomeRoot(object newRoot, object oldRoot) { method in class:Antlr.Runtime.Debug.DebugEventHub
279 listener.BecomeRoot(newRoot, oldRoot);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs160 public virtual object BecomeRoot( object newRoot, object oldRoot ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
162 object n = adaptor.BecomeRoot( newRoot, oldRoot );
163 dbg.BecomeRoot( newRoot, oldRoot );
178 public virtual object BecomeRoot( IToken newRoot, object oldRoot ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
181 adaptor.BecomeRoot( n, oldRoot );
182 dbg.BecomeRoot( newRoot, oldRoot );
H A DDebugEventRepeater.cs181 public virtual void BecomeRoot( object newRoot, object oldRoot ) method in class:Antlr.Runtime.Debug.DebugEventRepeater
183 _listener.BecomeRoot( newRoot, oldRoot );
H A DBlankDebugEventListener.cs152 public virtual void BecomeRoot( object newRoot, object oldRoot ) method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DTraceDebugEventListener.cs115 public override void BecomeRoot( object newRoot, object oldRoot ) method in class:Antlr.Runtime.Debug.TraceDebugEventListener
H A DDebugEventHub.cs337 public virtual void BecomeRoot( object newRoot, object oldRoot ) method in class:Antlr.Runtime.Debug.DebugEventHub
342 listener.BecomeRoot( newRoot, oldRoot );
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DASTParser.stg68 root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<label>_tree, root_0);
120 <super.matchSet(postmatchCode={<if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<createNodeFromToken(...)>, root_0);}, ...)>
137 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<label>.Tree, root_0);
174 root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<label>_tree, root_0);
H A DAST.stg342 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<label>.NextNode(), root_<treeLevel>);<\n>
350 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(<createRewriteNodeFromElement(...)>, root_<treeLevel>);<\n>
358 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(<createImaginaryNode(tokenType=token, ...)>, root_<treeLevel>);<\n>
378 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<rule>.NextNode(), root_<treeLevel>);<\n>
386 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(<action>, root_<treeLevel>);<\n>
401 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<label>.NextNode(), root_<treeLevel>);<\n>
406 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<label>.NextNode(), root_<treeLevel>);<\n>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DASTParser.stg72 <\n>root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<label>_tree, root_0);
125 <super.matchSet(postmatchCode={<if(!ruleDescriptor.isSynPred)><if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<createNodeFromToken(...)>, root_0);<endif>}, ...)>
144 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<label>.Tree, root_0);
184 root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<label>_tree, root_0);
H A DAST.stg340 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<label>.NextNode(), root_<treeLevel>);<\n>
348 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(<createRewriteNodeFromElement(...)>, root_<treeLevel>);<\n>
356 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(<createImaginaryNode(tokenType=token, ...)>, root_<treeLevel>);<\n>
376 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<rule>.NextNode(), root_<treeLevel>);<\n>
384 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(<action>, root_<treeLevel>);<\n>
399 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<label>.NextNode(), root_<treeLevel>);<\n>
404 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<label>.NextNode(), root_<treeLevel>);<\n>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DASTParser.stg77 Root[0] := Adaptor.BecomeRoot(<label>_tree, Root[0]) as I<ASTLabelType>;
131 <super.matchSet(..., postmatchCode={<if(backtracking)>if (State.Backtracking = 0) then <endif>Root[0] := Adaptor.BecomeRoot(<createNodeFromToken(...)>, Root[0]) as I<ASTLabelType>;})>
148 <if(backtracking)>if (State.Backtracking = 0) then <endif>Root[0] := Adaptor.BecomeRoot(<label>.Tree, Root[0]) as I<ASTLabelType>;
193 Root[0] := Adaptor.BecomeRoot(<label>_tree, Root[0]) as I<ASTLabelType>;
H A DAST.stg359 Root[<treeLevel>] := Adaptor.BecomeRoot((Locals['Stream_<label>'] as IRewriteRuleElementStream).NextNode(), Root[<treeLevel>]) as I<ASTLabelType>;<\n>
367 Root[<treeLevel>] := Adaptor.BecomeRoot(<createRewriteNodeFromElement(...)>, Root[<treeLevel>]) as I<ASTLabelType>;<\n>
375 Root[<treeLevel>] := Adaptor.BecomeRoot(<createImaginaryNode(tokenType=token, ...)>, Root[<treeLevel>]) as I<ASTLabelType>;<\n>
395 Root[<treeLevel>] := Adaptor.BecomeRoot((Locals['Stream_<rule>'] as IRewriteRuleElementStream).NextNode, Root[<treeLevel>]) as I<ASTLabelType>;<\n>
403 Root[<treeLevel>] := Adaptor.BecomeRoot(<action>, Root[<treeLevel>]) as I<ASTLabelType>;<\n>
418 Root[<treeLevel>] := Adaptor.BecomeRoot((Locals['Stream_<label>'] as IRewriteRuleElementStream).NextNode, Root[<treeLevel>]) as I<ASTLabelType>;<\n>
423 Root[<treeLevel>] := Adaptor.BecomeRoot((Locals['Stream_<label>'] as IRewriteRuleElementStream).NextNode, Root[<treeLevel>]) as I<ASTLabelType>;<\n>
H A DASTTreeParser.stg167 Root[<treeLevel>] := Adaptor.BecomeRoot(<label>_tree, Root[<treeLevel>]) as I<ASTLabelType>;
218 Root[<treeLevel>] := Adaptor.BecomeRoot(<label>_tree, Root[<treeLevel>]) as I<ASTLabelType>;
250 <if(backtracking)>if (State.Backtracking = 0) then <endif>Root[<treeLevel>] := Adaptor.BecomeRoot(<label>.Tree, Root[<treeLevel>]) as I<ASTLabelType>;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
H A DIDebugEventListener.cs363 void BecomeRoot( object newRoot, object oldRoot ); method in interface:Antlr.Runtime.Debug.IDebugEventListener
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DITreeFixture.cs183 adaptor.BecomeRoot(newRoot, oldRoot);
198 adaptor.BecomeRoot(newRoot, oldRoot);
215 adaptor.BecomeRoot(newRoot, oldRoot);
231 adaptor.BecomeRoot(newRoot, oldRoot);
242 root_1 = (CommonTree)adaptor.BecomeRoot(new CommonTree(new CommonToken(5)), root_1);

Completed in 3734 milliseconds

12