HomeSort by relevance Sort by last modified time
    Searched refs:BecomeRoot (Results 1 - 25 of 35) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeAdaptor.cs 143 object BecomeRoot(object newRoot, object oldRoot);
168 * Even becomeRoot is an issue. Use System.identityHashCode(node)
189 * calls create(Token child) and then plain becomeRoot(node, node)
194 object BecomeRoot(IToken newRoot, object oldRoot);
BaseTreeAdaptor.cs 153 public virtual object BecomeRoot(object newRoot, object oldRoot) {
154 //System.out.println("becomeroot new "+newRoot.toString()+" old "+oldRoot);
194 public virtual object BecomeRoot(IToken newRoot, object oldRoot) {
195 return BecomeRoot(Create(newRoot), oldRoot);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 131 T BecomeRoot(T newRoot, T oldRoot);
156 * Even becomeRoot is an issue. Use System.identityHashCode(node)
177 * calls create(Token child) and then plain becomeRoot(node, node)
182 T BecomeRoot(IToken newRoot, T oldRoot);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTreeAdaptor.cs 124 public virtual object BecomeRoot(object newRoot, object oldRoot) {
125 object n = adaptor.BecomeRoot(newRoot, oldRoot);
126 dbg.BecomeRoot(newRoot, oldRoot);
139 public virtual object BecomeRoot(IToken newRoot, object oldRoot) {
141 adaptor.BecomeRoot(n, oldRoot);
142 dbg.BecomeRoot(newRoot, oldRoot);
IDebugEventListener.cs 347 * than the TreeAdaptor.becomeRoot() newRoot parameter.
349 * TreeAdaptor.becomeRoot() and not root_n or whatever.
359 * <seealso cref="Antlr.Runtime.Tree.TreeAdaptor.becomeRoot()"/>
361 void BecomeRoot(object newRoot, object oldRoot);
DebugEventRepeater.cs 149 public virtual void BecomeRoot(object newRoot, object oldRoot) {
150 _listener.BecomeRoot(newRoot, oldRoot);
BlankDebugEventListener.cs 120 public virtual void BecomeRoot(object newRoot, object oldRoot) {
TraceDebugEventListener.cs 102 public override void BecomeRoot(object newRoot, object oldRoot) {
103 Console.Out.WriteLine("becomeRoot " + adaptor.GetUniqueID(newRoot) + ", " +
DebugEventHub.cs 276 public virtual void BecomeRoot(object newRoot, object oldRoot) {
279 listener.BecomeRoot(newRoot, oldRoot);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTreeAdaptor.cs 160 public virtual object BecomeRoot( object newRoot, object oldRoot )
162 object n = adaptor.BecomeRoot( newRoot, oldRoot );
163 dbg.BecomeRoot( newRoot, oldRoot );
178 public virtual object BecomeRoot( IToken newRoot, object oldRoot )
181 adaptor.BecomeRoot( n, oldRoot );
182 dbg.BecomeRoot( newRoot, oldRoot );
DebugEventRepeater.cs 181 public virtual void BecomeRoot( object newRoot, object oldRoot )
183 _listener.BecomeRoot( newRoot, oldRoot );
BlankDebugEventListener.cs 152 public virtual void BecomeRoot( object newRoot, object oldRoot )
TraceDebugEventListener.cs 115 public override void BecomeRoot( object newRoot, object oldRoot )
117 Console.Out.WriteLine( "becomeRoot " + adaptor.GetUniqueID( newRoot ) + ", " +
DebugEventHub.cs 337 public virtual void BecomeRoot( object newRoot, object oldRoot )
342 listener.BecomeRoot( newRoot, oldRoot );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeAdaptor.cs 199 object BecomeRoot( object newRoot, object oldRoot );
224 * Even becomeRoot is an issue. Use System.identityHashCode(node)
245 * calls create(Token child) and then plain becomeRoot(node, node)
250 object BecomeRoot( IToken newRoot, object oldRoot );
BaseTreeAdaptor.cs 187 public virtual object BecomeRoot( object newRoot, object oldRoot )
189 //System.out.println("becomeroot new "+newRoot.toString()+" old "+oldRoot);
237 public virtual object BecomeRoot( IToken newRoot, object oldRoot )
239 return BecomeRoot( Create( newRoot ), oldRoot );
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTParser.stg 68 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);
AST.stg 342 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/
ASTParser.stg 72 <\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);
AST.stg 340 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/
ASTParser.stg 77 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>;
AST.stg 359 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>
ASTTreeParser.stg 167 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/
IDebugEventListener.cs 349 * than the TreeAdaptor.becomeRoot() newRoot parameter.
351 * TreeAdaptor.becomeRoot() and not root_n or whatever.
361 * <seealso cref="Antlr.Runtime.Tree.TreeAdaptor.becomeRoot()"/>
363 void BecomeRoot( object newRoot, object oldRoot );
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ITreeFixture.cs 183 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 150 milliseconds

1 2