/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
D | ITreeFixture.cs | 261 t.ReplaceChildren(0, 0, newChild); in testReplaceWithNoChildren() 279 t.ReplaceChildren(0, 0, newChild); in testReplaceWithOneChildren() 294 t.ReplaceChildren(1, 1, newChild); in testReplaceInMiddle() 309 t.ReplaceChildren(0, 0, newChild); in testReplaceAtLeft() 324 t.ReplaceChildren(2, 2, newChild); in testReplaceAtRight() 343 t.ReplaceChildren(0, 0, newChildren); in testReplaceOneWithTwoAtLeft() 362 t.ReplaceChildren(2, 2, newChildren); in testReplaceOneWithTwoAtRight() 381 t.ReplaceChildren(1, 1, newChildren); in testReplaceOneWithTwoInMiddle() 397 t.ReplaceChildren(0, 1, newChild); in testReplaceTwoWithOneAtLeft() 413 t.ReplaceChildren(1, 2, newChild); in testReplaceTwoWithOneAtRight() [all …]
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | CommonTreeAdaptor.cs | 212 …public override void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren() method in Antlr.Runtime.Tree.CommonTreeAdaptor 214 ((ITree)parent).ReplaceChildren(startChildIndex, stopChildIndex, t); in ReplaceChildren()
|
D | CommonTreeNodeStream.cs | 190 …public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object… in ReplaceChildren() method in Antlr.Runtime.Tree.CommonTreeNodeStream 192 TreeAdaptor.ReplaceChildren(parent, startChildIndex, stopChildIndex, t); in ReplaceChildren()
|
D | ITreeNodeStream.cs | 132 void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t); in ReplaceChildren() method
|
D | ITree.cs | 106 void ReplaceChildren(int startChildIndex, int stopChildIndex, object t); in ReplaceChildren() method
|
D | ITreeAdaptor.cs | 322 void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t); in ReplaceChildren() method
|
D | BufferedTreeNodeStream.cs | 463 …public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object… in ReplaceChildren() method in Antlr.Runtime.Tree.BufferedTreeNodeStream 465 adaptor.ReplaceChildren(parent, startChildIndex, stopChildIndex, t); in ReplaceChildren()
|
D | BaseTreeAdaptor.cs | 315 …public abstract void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
D | BaseTree.cs | 264 public virtual void ReplaceChildren(int startChildIndex, int stopChildIndex, object t) { in ReplaceChildren() method in Antlr.Runtime.Tree.BaseTree
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeNodeStream.cs | 175 …public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object… in ReplaceChildren() method in Antlr.Runtime.Debug.DebugTreeNodeStream 176 input.ReplaceChildren(parent, startChildIndex, stopChildIndex, t); in ReplaceChildren()
|
D | DebugTreeAdaptor.cs | 237 …public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object… in ReplaceChildren() method in Antlr.Runtime.Debug.DebugTreeAdaptor 238 adaptor.ReplaceChildren(parent, startChildIndex, stopChildIndex, t); in ReplaceChildren()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTreeNodeStream.cs | 206 …public virtual void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren() method in Antlr.Runtime.Debug.DebugTreeNodeStream 208 input.ReplaceChildren( parent, startChildIndex, stopChildIndex, t ); in ReplaceChildren()
|
D | DebugTreeAdaptor.cs | 305 …public virtual void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren() method in Antlr.Runtime.Debug.DebugTreeAdaptor 307 adaptor.ReplaceChildren( parent, startChildIndex, stopChildIndex, t ); in ReplaceChildren()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | CommonTreeNodeStream.cs | 277 …public virtual void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren() method in Antlr.Runtime.Tree.CommonTreeNodeStream 281 TreeAdaptor.ReplaceChildren( parent, startChildIndex, stopChildIndex, t ); in ReplaceChildren()
|
D | ITreeNodeStream.cs | 141 void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, object t ); in ReplaceChildren() method
|
D | ITree.cs | 111 void ReplaceChildren( int startChildIndex, int stopChildIndex, object t ); in ReplaceChildren() method
|
D | BaseTreeAdaptor.cs | 496 …public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object… in ReplaceChildren() method in Antlr.Runtime.Tree.BaseTreeAdaptor 502 tree.ReplaceChildren(startChildIndex, stopChildIndex, t); in ReplaceChildren()
|
D | ITreeAdaptor.cs | 342 void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, object t ); in ReplaceChildren() method
|
D | BufferedTreeNodeStream.cs | 549 …public virtual void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren() method in Antlr.Runtime.Tree.BufferedTreeNodeStream 553 adaptor.ReplaceChildren( parent, startChildIndex, stopChildIndex, t ); in ReplaceChildren()
|
D | BaseTree.cs | 337 public virtual void ReplaceChildren( int startChildIndex, int stopChildIndex, object t ) in ReplaceChildren() method in Antlr.Runtime.Tree.BaseTree
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeNodeStream`1.cs | 138 void ReplaceChildren(T parent, int startChildIndex, int stopChildIndex, T t); in ReplaceChildren() method
|
D | ITreeAdaptor`1.cs | 310 void ReplaceChildren(T parent, int startChildIndex, int stopChildIndex, T t); in ReplaceChildren() method
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tree.Tests.pas | 418 T.ReplaceChildren(0, 2, NewChild); 436 T.ReplaceChildren(0, 2, NewChildren); 450 T.ReplaceChildren(0, 0, NewChild); 464 T.ReplaceChildren(2, 2, NewChild); 478 T.ReplaceChildren(1, 1, NewChild); 496 T.ReplaceChildren(0, 0, NewChildren); 514 T.ReplaceChildren(2, 2, NewChildren); 532 T.ReplaceChildren(1, 1, NewChildren); 546 T.ReplaceChildren(0, 1, NewChild); 560 T.ReplaceChildren(1, 2, NewChild); [all …]
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 327 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, 386 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, procedure 481 procedure ReplaceChildren(const StartChildIndex, StopChildIndex: Integer; 1158 procedure ReplaceChildren(const StartChildIndex, StopChildIndex: Integer; 1303 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, procedure 1332 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, procedure 1416 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, 2045 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, 2279 procedure TBaseTree.ReplaceChildren(const StartChildIndex, procedure 2979 procedure TCommonTreeAdaptor.ReplaceChildren(const Parent: IANTLRInterface; procedure [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | AST.stg | 198 …input.ReplaceChildren(adaptor.GetParent(retval.Start), adaptor.GetChildIndex(retval.Start), adapto…
|