Home
last modified time | relevance | path

Searched defs:SetChildIndex (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeAdaptor.cs207 public override void SetChildIndex(object t, int index) { in SetChildIndex() method in Antlr.Runtime.Tree.CommonTreeAdaptor
H A DITreeAdaptor.cs310 void SetChildIndex(object t, int index); in SetChildIndex() method
H A DBaseTreeAdaptor.cs314 public abstract void SetChildIndex(object t, int index); in SetChildIndex() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs233 public virtual void SetChildIndex(object t, int index) { in SetChildIndex() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas445 procedure SetChildIndex(const Value: Integer); procedure
540 procedure SetChildIndex(const Value: Integer); procedure
1141 procedure SetChildIndex(const Value: Integer); virtual; procedure
1224 procedure SetChildIndex(const Value: Integer); override; procedure
2402 procedure TBaseTree.SetChildIndex(const Value: Integer); procedure
2567 procedure TCommonTree.SetChildIndex(const Value: Integer); procedure