Lines Matching refs:ITreeAdaptor

60   ITreeAdaptor = interface(IANTLRInterface)  interface
337 function GetTreeAdaptor: ITreeAdaptor; in GetTreeAdaptor()
415 property TreeAdaptor: ITreeAdaptor read GetTreeAdaptor;
634 IBaseTreeAdaptor = interface(ITreeAdaptor)
714 function GetTreeAdaptor: ITreeAdaptor; in GetTreeAdaptor()
715 procedure SetTreeAdaptor(const Value: ITreeAdaptor); argument
765 property TreeAdaptor: ITreeAdaptor read GetTreeAdaptor write SetTreeAdaptor;
1040 function Equals(const T1, T2: IANTLRInterface; const Adaptor: ITreeAdaptor): Boolean; overload; in Equals() argument
1261 TBaseTreeAdaptor = class abstract(TANTLRObject, IBaseTreeAdaptor, ITreeAdaptor)
1370 FAdaptor: ITreeAdaptor;
1410 function GetTreeAdaptor: ITreeAdaptor; in GetTreeAdaptor()
1422 procedure SetTreeAdaptor(const Value: ITreeAdaptor); argument
1453 constructor Create(const AAdaptor: ITreeAdaptor; argument
1455 constructor Create(const AAdaptor: ITreeAdaptor; argument
1520 FAdaptor: ITreeAdaptor;
1549 constructor Create(const AAdaptor: ITreeAdaptor; argument
1555 constructor Create(const AAdaptor: ITreeAdaptor; argument
1561 constructor Create(const AAdaptor: ITreeAdaptor; argument
1699 FAdaptor: ITreeAdaptor;
1818 const Adaptor: ITreeAdaptor): Boolean; reintroduce; overload;
1832 const Adaptor: ITreeAdaptor): Boolean; static;
1834 constructor Create(const AAdaptor: ITreeAdaptor); overload; argument
1835 constructor Create(const AAdaptor: ITreeAdaptor; argument
1837 constructor Create(const AAdaptor: ITreeAdaptor; argument
1847 FAdaptor: ITreeAdaptor;
1855 const AWizard: ITreeWizard; const AAdaptor: ITreeAdaptor);
1949 FAdaptor: ITreeAdaptor;
2040 function GetTreeAdaptor: ITreeAdaptor; in GetTreeAdaptor()
2105 constructor Create(const AAdaptor: ITreeAdaptor; const ATree: IANTLRInterface); overload;
3060 constructor TCommonTreeNodeStream.Create(const AAdaptor: ITreeAdaptor; argument
3066 constructor TCommonTreeNodeStream.Create(const AAdaptor: ITreeAdaptor; argument
3151 function TCommonTreeNodeStream.GetTreeAdaptor: ITreeAdaptor; in TCommonTreeNodeStream.GetTreeAdaptor()
3273 procedure TCommonTreeNodeStream.SetTreeAdaptor(const Value: ITreeAdaptor); argument
3547 constructor TRewriteRuleElementStream.Create(const AAdaptor: ITreeAdaptor; argument
3555 constructor TRewriteRuleElementStream.Create(const AAdaptor: ITreeAdaptor; argument
3562 constructor TRewriteRuleElementStream.Create(const AAdaptor: ITreeAdaptor; argument
3751 Adaptor: ITreeAdaptor;
3988 constructor TTreeWizard.Create(const AAdaptor: ITreeAdaptor); argument
3994 constructor TTreeWizard.Create(const AAdaptor: ITreeAdaptor; argument
4002 constructor TTreeWizard.Create(const AAdaptor: ITreeAdaptor; argument
4021 const Adaptor: ITreeAdaptor): Boolean;
4134 const Adaptor: ITreeAdaptor): Boolean;
4257 const AWizard: ITreeWizard; const AAdaptor: ITreeAdaptor);
4574 constructor TUnBufferedTreeNodeStream.Create(const AAdaptor: ITreeAdaptor; argument
4620 function TUnBufferedTreeNodeStream.GetTreeAdaptor: ITreeAdaptor; in TUnBufferedTreeNodeStream.GetTreeAdaptor()