Home
last modified time | relevance | path

Searched defs:SetChild (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITree.cs95 void SetChild(int i, ITree t); in SetChild() method
H A DBaseTree.cs223 public virtual void SetChild(int i, ITree t) { in SetChild() method in Antlr.Runtime.Tree.BaseTree
H A DITreeAdaptor.cs286 void SetChild(object t, int i, object child); in SetChild() method
H A DBaseTreeAdaptor.cs243 public virtual void SetChild(object t, int i, object child) { in SetChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas291 procedure SetChild(const T: IANTLRInterface; const I: Integer; const Child: IANTLRInterface); procedure
471 procedure SetChild(const I: Integer; const T: ITree); procedure
558 procedure SetChild(const I: Integer; const T: ITree); procedure
1164 procedure SetChild(const I: Integer; const T: ITree); virtual; 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
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs205 public virtual void SetChild(object t, int i, object child) { in SetChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor