Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1135 TBaseTree = class abstract(TANTLRObject, IBaseTree, ITree) class
1187 TCommonTree = class(TBaseTree, ICommonTree)
1461 TParseTree = class(TBaseTree, IParseTree)
2127 constructor TBaseTree.Create;
2132 procedure TBaseTree.AddChild(const T: ITree);
2180 procedure TBaseTree.AddChildren(const Kids: IList<IBaseTree>);
2188 constructor TBaseTree.Create(const ANode: ITree);
2194 function TBaseTree.CreateChildrenList: IList<IBaseTree>; in CreateChildrenList()
2199 function TBaseTree.DeleteChild(const I: Integer): IANTLRInterface; in DeleteChild()
2212 procedure TBaseTree.FreshenParentAndChildIndexes(const Offset: Integer);
[all …]