• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:TBaseTree

1135   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 TBaseTree.DeleteChild()
2212 procedure TBaseTree.FreshenParentAndChildIndexes(const Offset: Integer);
2226 procedure TBaseTree.FreshenParentAndChildIndexes;
2231 function TBaseTree.GetCharPositionInLine: Integer; in TBaseTree.GetCharPositionInLine()
2236 function TBaseTree.GetChild(const I: Integer): ITree; in TBaseTree.GetChild()
2244 function TBaseTree.GetChildCount: Integer; in GetChildCount()
2252 function TBaseTree.GetChildIndex: Integer; in GetChildIndex()
2258 function TBaseTree.GetChildren: IList<IBaseTree>; in GetChildren()
2263 function TBaseTree.GetIsNil: Boolean; in TBaseTree.GetIsNil()
2268 function TBaseTree.GetLine: Integer; in GetLine()
2273 function TBaseTree.GetParent: ITree; in GetParent()
2279 procedure TBaseTree.ReplaceChildren(const StartChildIndex,
2357 procedure TBaseTree.SanityCheckParentAndChildIndexes;
2362 procedure TBaseTree.SanityCheckParentAndChildIndexes(const Parent: ITree;
2384 procedure TBaseTree.SetChild(const I: Integer; const T: ITree);
2402 procedure TBaseTree.SetChildIndex(const Value: Integer);
2407 procedure TBaseTree.SetParent(const Value: ITree);
2412 function TBaseTree.ToStringTree: String; in ToStringTree()