Lines Matching refs:IRecognizerSharedState
488 IRecognizerSharedState = interface(IANTLRInterface) interface
695 function GetState: IRecognizerSharedState; in GetState()
903 property State: IRecognizerSharedState read GetState;
1780 TRecognizerSharedState = class(TANTLRObject, IRecognizerSharedState)
2001 FState: IRecognizerSharedState;
2003 property State: IRecognizerSharedState read FState;
2243 function GetState: IRecognizerSharedState; in GetState()
2293 constructor Create(const AState: IRecognizerSharedState); overload; argument
2479 const AState: IRecognizerSharedState); overload;
2506 const AState: IRecognizerSharedState); overload;
4270 constructor TBaseRecognizer.Create(const AState: IRecognizerSharedState); argument
4461 function TBaseRecognizer.GetState: IRecognizerSharedState; in TBaseRecognizer.GetState()
5337 const AState: IRecognizerSharedState);
5632 const AState: IRecognizerSharedState);