Home
last modified time | relevance | path

Searched refs:IBaseTree (Results 1 – 1 of 1) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas535 IBaseTree = interface(ITree) interface
538 function GetChildren: IList<IBaseTree>; in GetChildren()
556 procedure AddChildren(const Kids: IList<IBaseTree>); argument
578 property Children: IList<IBaseTree> read GetChildren;
611 ICommonTree = interface(IBaseTree)
1135 TBaseTree = class abstract(TANTLRObject, IBaseTree, ITree)
1162 function GetChildren: IList<IBaseTree>;
1163 procedure AddChildren(const Kids: IList<IBaseTree>);
1170 FChildren: IList<IBaseTree>;
1173 function CreateChildrenList: IList<IBaseTree>; virtual;
[all …]