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

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeAdaptor.cs310 void SetChildIndex(object t, int index); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
H A DBaseTreeAdaptor.cs97 SetChildIndex(newTree, GetChildIndex(t)); // same index in new tree
314 public abstract void SetChildIndex(object t, int index); method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DCommonTreeAdaptor.cs207 public override void SetChildIndex(object t, int index) { method in class:Antlr.Runtime.Tree.CommonTreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeAdaptor.cs330 void SetChildIndex( object t, int index ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
H A DBaseTreeAdaptor.cs128 SetChildIndex( newTree, GetChildIndex( t ) ); // same index in new tree
487 public virtual void SetChildIndex(object t, int index) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs298 void SetChildIndex(T t, int index); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs233 public virtual void SetChildIndex(object t, int index) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
234 adaptor.SetChildIndex(t, index);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs300 public virtual void SetChildIndex( object t, int index ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
302 adaptor.SetChildIndex( t, index );
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A 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);
2567 procedure TCommonTree.SetChildIndex(const Value: Integer);

Completed in 538 milliseconds