Searched defs:SetChild (Results 1 – 12 of 12) sorted by relevance
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | ITree.cs | 95 void SetChild(int i, ITree t); in SetChild() method
|
D | BaseTree.cs | 223 public virtual void SetChild(int i, ITree t) { in SetChild() method in Antlr.Runtime.Tree.BaseTree
|
D | ITreeAdaptor.cs | 286 void SetChild(object t, int i, object child); in SetChild() method
|
D | BaseTreeAdaptor.cs | 243 public virtual void SetChild(object t, int i, object child) { in SetChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | ITree.cs | 100 void SetChild( int i, ITree t ); in SetChild() method
|
D | BaseTree.cs | 267 public virtual void SetChild( int i, ITree t ) in SetChild() method in Antlr.Runtime.Tree.BaseTree
|
D | ITreeAdaptor.cs | 306 void SetChild( object t, int i, object child ); in SetChild() method
|
D | BaseTreeAdaptor.cs | 317 public virtual void SetChild( object t, int i, object child ) in SetChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeAdaptor`1.cs | 274 void SetChild(T t, int i, T child); in SetChild() method
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 205 public virtual void SetChild(object t, int i, object child) { in SetChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 265 public virtual void SetChild( object t, int i, object child ) in SetChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 558 procedure SetChild(const I: Integer; const T: ITree); procedure 1296 …procedure SetChild(const T: IANTLRInterface; const I: Integer; const Child: IANTLRInterface); virt… procedure 2384 procedure TBaseTree.SetChild(const I: Integer; const T: ITree); procedure 2862 procedure TBaseTreeAdaptor.SetChild(const T: IANTLRInterface; const I: Integer; procedure
|