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

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeNodeStream.cs139 void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, object t ); method in interface:Antlr.Runtime.Tree.ITreeNodeStream
H A DBaseTree.cs313 public virtual void ReplaceChildren( int startChildIndex, int stopChildIndex, object t ) method in class:Antlr.Runtime.Tree.BaseTree
H A DCommonTreeNodeStream.cs219 public virtual void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, object t ) method in class:Antlr.Runtime.Tree.CommonTreeNodeStream
223 TreeAdaptor.ReplaceChildren( parent, startChildIndex, stopChildIndex, t );
H A DITree.cs111 void ReplaceChildren( int startChildIndex, int stopChildIndex, object t ); method in interface:Antlr.Runtime.Tree.ITree
H A DBaseTreeAdaptor.cs496 public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
502 tree.ReplaceChildren(startChildIndex, stopChildIndex, t);
H A DBufferedTreeNodeStream.cs549 public virtual void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, object t ) method in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
553 adaptor.ReplaceChildren( parent, startChildIndex, stopChildIndex, t );
H A DITreeAdaptor.cs342 void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, object t ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeNodeStream.cs132 void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t); method in interface:Antlr.Runtime.Tree.ITreeNodeStream
H A DCommonTreeAdaptor.cs212 public override void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t) { method in class:Antlr.Runtime.Tree.CommonTreeAdaptor
214 ((ITree)parent).ReplaceChildren(startChildIndex, stopChildIndex, t);
H A DCommonTreeNodeStream.cs190 public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t) { method in class:Antlr.Runtime.Tree.CommonTreeNodeStream
192 TreeAdaptor.ReplaceChildren(parent, startChildIndex, stopChildIndex, t);
H A DITree.cs106 void ReplaceChildren(int startChildIndex, int stopChildIndex, object t); method in interface:Antlr.Runtime.Tree.ITree
H A DBaseTree.cs264 public virtual void ReplaceChildren(int startChildIndex, int stopChildIndex, object t) { method in class:Antlr.Runtime.Tree.BaseTree
H A DBaseTreeAdaptor.cs315 public abstract void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t); method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs322 void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
H A DBufferedTreeNodeStream.cs463 public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t) { method in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
465 adaptor.ReplaceChildren(parent, startChildIndex, stopChildIndex, t);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeNodeStream`1.cs138 void ReplaceChildren(T parent, int startChildIndex, int stopChildIndex, T t); method in interface:Antlr.Runtime.Tree.ITreeNodeStream
H A DITreeAdaptor`1.cs310 void ReplaceChildren(T parent, int startChildIndex, int stopChildIndex, T t); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeNodeStream.cs175 public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t) { method in class:Antlr.Runtime.Debug.DebugTreeNodeStream
176 input.ReplaceChildren(parent, startChildIndex, stopChildIndex, t);
H A DDebugTreeAdaptor.cs237 public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
238 adaptor.ReplaceChildren(parent, startChildIndex, stopChildIndex, t);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeNodeStream.cs206 public virtual void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, object t ) method in class:Antlr.Runtime.Debug.DebugTreeNodeStream
208 input.ReplaceChildren( parent, startChildIndex, stopChildIndex, t );
H A DDebugTreeAdaptor.cs305 public virtual void ReplaceChildren( object parent, int startChildIndex, int stopChildIndex, object t ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
307 adaptor.ReplaceChildren( parent, startChildIndex, stopChildIndex, t );
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A 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,
2979 procedure TCommonTreeAdaptor.ReplaceChildren(cons
[all...]

Completed in 142 milliseconds