Home
last modified time | relevance | path

Searched refs:ReplaceChildren (Results 1 – 25 of 27) sorted by relevance

12

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DITreeFixture.cs261 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/
DCommonTreeAdaptor.cs212 …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()
DCommonTreeNodeStream.cs190 …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()
DITreeNodeStream.cs132 void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t); in ReplaceChildren() method
DITree.cs106 void ReplaceChildren(int startChildIndex, int stopChildIndex, object t); in ReplaceChildren() method
DITreeAdaptor.cs322 void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t); in ReplaceChildren() method
DBufferedTreeNodeStream.cs463 …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()
DBaseTreeAdaptor.cs315 …public abstract void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren() method in Antlr.Runtime.Tree.BaseTreeAdaptor
DBaseTree.cs264 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/
DDebugTreeNodeStream.cs175 …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()
DDebugTreeAdaptor.cs237 …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/
DDebugTreeNodeStream.cs206 …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()
DDebugTreeAdaptor.cs305 …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/
DCommonTreeNodeStream.cs277 …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()
DITreeNodeStream.cs141 void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, object t ); in ReplaceChildren() method
DITree.cs111 void ReplaceChildren( int startChildIndex, int stopChildIndex, object t ); in ReplaceChildren() method
DBaseTreeAdaptor.cs496 …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()
DITreeAdaptor.cs342 void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, object t ); in ReplaceChildren() method
DBufferedTreeNodeStream.cs549 …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()
DBaseTree.cs337 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/
DITreeNodeStream`1.cs138 void ReplaceChildren(T parent, int startChildIndex, int stopChildIndex, T t); in ReplaceChildren() method
DITreeAdaptor`1.cs310 void ReplaceChildren(T parent, int startChildIndex, int stopChildIndex, T t); in ReplaceChildren() method
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tree.Tests.pas418 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/
DAntlr.Runtime.Tree.pas327 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/
DAST.stg198 …input.ReplaceChildren(adaptor.GetParent(retval.Start), adaptor.GetChildIndex(retval.Start), adapto…

12