Searched defs:ITree (Results 1 – 8 of 8) sorted by relevance
33 using ITree = Antlr.Runtime.Tree.ITree; typedef
42 using ITree = Antlr.Runtime.Tree.ITree; typedef
43 using ITree = Antlr.Runtime.Tree.ITree; typedef
50 public interface ITree { interface
51 public interface ITree interface
438 ITree = interface(IANTLRInterface) interface443 procedure SetParent(const Value: ITree);468 procedure AddChild(const T: ITree);471 procedure SetChild(const I: Integer; const T: ITree);542 procedure SetParent(const Value: ITree);558 procedure SetChild(const I: Integer; const T: ITree);562 procedure SanityCheckParentAndChildIndexes(const Parent: ITree;1139 procedure SetParent(const Value: ITree); virtual;1155 procedure AddChild(const T: ITree);1164 procedure SetChild(const I: Integer; const T: ITree); virtual;[all …]
41 using ITree = Antlr.Runtime.Tree.ITree; typedef