Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas488 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;
[all …]
DAntlr.Runtime.Tree.pas1652 const AState: IRecognizerSharedState); overload;
3728 const AState: IRecognizerSharedState);
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg161 …constructor Create(const AInput: ICharStream; const AState: IRecognizerSharedState<grammar.delegat…
189 ….recognizerName>.Create(const AInput: ICharStream; const AState: IRecognizerSharedState<grammar.de…
342 …constructor Create(const AInput: <inputStreamType>; const AState: IRecognizerSharedState<grammar.d…
391 …const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecog…