Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/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/antlr-3.4/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/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeNodeStream.cs139 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.cs219 …public virtual void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, objec… in ReplaceChildren() method in Antlr.Runtime.Tree.CommonTreeNodeStream
DBaseTree.cs313 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/antlr-3.4/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/antlr-3.4/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/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas386 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, procedure
1303 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, procedure
1332 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex, procedure
2279 procedure TBaseTree.ReplaceChildren(const StartChildIndex, procedure
2979 procedure TCommonTreeAdaptor.ReplaceChildren(const Parent: IANTLRInterface; procedure
3230 procedure TCommonTreeNodeStream.ReplaceChildren(const Parent: IANTLRInterface; procedure
4779 procedure TUnBufferedTreeNodeStream.ReplaceChildren( procedure