Home
last modified time | relevance | path

Searched defs:ICommonTree (Results 1 – 1 of 1) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas611 ICommonTree = interface(IBaseTree) interface
1237 constructor Create(const ANode: ICommonTree); overload;
5048 function Def(const X: ICommonTree): ICommonTree; overload; in Def()