Home
last modified time | relevance | path

Searched refs:SetChildIndex (Results 1 – 9 of 9) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTreeAdaptor.cs97 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
DITreeAdaptor.cs310 void SetChildIndex(object t, int index); in SetChildIndex() method
DCommonTreeAdaptor.cs207 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/
DDebugTreeAdaptor.cs233 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/
DDebugTreeAdaptor.cs300 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/
DBaseTreeAdaptor.cs128 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
DITreeAdaptor.cs330 void SetChildIndex( object t, int index ); in SetChildIndex() method
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs298 void SetChildIndex(T t, int index); in SetChildIndex() method
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas445 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