Searched refs:SetChildIndex (Results 1 – 9 of 9) sorted by relevance
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BaseTreeAdaptor.cs | 97 SetChildIndex(newTree, GetChildIndex(t)); // same index in new tree in DupTree() 314 public abstract void SetChildIndex(object t, int index); in SetChildIndex() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
D | ITreeAdaptor.cs | 310 void SetChildIndex(object t, int index); in SetChildIndex() method
|
D | CommonTreeAdaptor.cs | 207 public override void SetChildIndex(object t, int index) { in SetChildIndex() method in Antlr.Runtime.Tree.CommonTreeAdaptor
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 233 public virtual void SetChildIndex(object t, int index) { in SetChildIndex() method in Antlr.Runtime.Debug.DebugTreeAdaptor 234 adaptor.SetChildIndex(t, index); in SetChildIndex()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 300 public virtual void SetChildIndex( object t, int index ) in SetChildIndex() method in Antlr.Runtime.Debug.DebugTreeAdaptor 302 adaptor.SetChildIndex( t, index ); in SetChildIndex()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BaseTreeAdaptor.cs | 128 SetChildIndex( newTree, GetChildIndex( t ) ); // same index in new tree in DupTree() 487 public virtual void SetChildIndex(object t, int index) in SetChildIndex() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
D | ITreeAdaptor.cs | 330 void SetChildIndex( object t, int index ); in SetChildIndex() method
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeAdaptor`1.cs | 298 void SetChildIndex(T t, int index); in SetChildIndex() method
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 445 procedure SetChildIndex(const Value: Integer); procedure 498 property ChildIndex: Integer read GetChildIndex write SetChildIndex; 540 procedure SetChildIndex(const Value: Integer); procedure 581 property ChildIndex: Integer read GetChildIndex write SetChildIndex; 1141 procedure SetChildIndex(const Value: Integer); virtual; 1224 procedure SetChildIndex(const Value: Integer); override; procedure 2402 procedure TBaseTree.SetChildIndex(const Value: Integer); procedure 2567 procedure TCommonTree.SetChildIndex(const Value: Integer); procedure
|