Lines Matching defs:ITree
438 ITree = interface(IANTLRInterface) interface
443 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;
1167 procedure SanityCheckParentAndChildIndexes(const Parent: ITree;
1182 constructor Create(const ANode: ITree); overload;
1226 procedure SetParent(const Value: ITree); override;
2132 procedure TBaseTree.AddChild(const T: ITree);
2188 constructor TBaseTree.Create(const ANode: ITree);
2362 procedure TBaseTree.SanityCheckParentAndChildIndexes(const Parent: ITree;
2384 procedure TBaseTree.SetChild(const I: Integer; const T: ITree);
2407 procedure TBaseTree.SetParent(const Value: ITree);
2572 procedure TCommonTree.SetParent(const Value: ITree);