Home
last modified time | relevance | path

Searched defs:ReplaceChildren (Results 1 – 22 of 22) sorted by relevance

/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/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
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
DCommonTreeNodeStream.cs190 …public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object… in ReplaceChildren() method in Antlr.Runtime.Tree.CommonTreeNodeStream
DCommonTreeAdaptor.cs212 …public override void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren() method in Antlr.Runtime.Tree.CommonTreeAdaptor
DBaseTree.cs264 public virtual void ReplaceChildren(int startChildIndex, int stopChildIndex, object t) { in ReplaceChildren() method in Antlr.Runtime.Tree.BaseTree
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
DBaseTreeAdaptor.cs315 …public abstract void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
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
DCommonTreeNodeStream.cs277 …public virtual void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren() method in Antlr.Runtime.Tree.CommonTreeNodeStream
DBaseTree.cs337 public virtual void ReplaceChildren( int startChildIndex, int stopChildIndex, object t ) in ReplaceChildren() method in Antlr.Runtime.Tree.BaseTree
DBufferedTreeNodeStream.cs549 …public virtual void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren() method in Antlr.Runtime.Tree.BufferedTreeNodeStream
DITreeAdaptor.cs342 void ReplaceChildren( object parent, 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
/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
DDebugTreeAdaptor.cs305 …public virtual void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/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
DDebugTreeAdaptor.cs237 …public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object… in ReplaceChildren() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas327 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, procedure
386 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, procedure
481 procedure ReplaceChildren(const StartChildIndex, StopChildIndex: Integer; procedure
1158 procedure ReplaceChildren(const StartChildIndex, StopChildIndex: Integer; procedure
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, procedure
2045 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, procedure
2279 procedure TBaseTree.ReplaceChildren(const StartChildIndex, procedure
2979 procedure TCommonTreeAdaptor.ReplaceChildren(const Parent: IANTLRInterface; procedure
[all …]