Home
last modified time | relevance | path

Searched refs:TRecognizerSharedState (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1780 TRecognizerSharedState = class(TANTLRObject, IRecognizerSharedState) class
3690 constructor TRecognizerSharedState.Create;
3703 function TRecognizerSharedState.GetBacktracking: Integer; in GetBacktracking()
3708 function TRecognizerSharedState.GetChannel: Integer; in GetChannel()
3713 function TRecognizerSharedState.GetErrorRecovery: Boolean; in GetErrorRecovery()
3718 function TRecognizerSharedState.GetFailed: Boolean; in GetFailed()
3723 function TRecognizerSharedState.GetFollowing: TBitSetArray; in GetFollowing()
3728 function TRecognizerSharedState.GetFollowingStackPointer: Integer; in GetFollowingStackPointer()
3733 function TRecognizerSharedState.GetLastErrorIndex: Integer; in GetLastErrorIndex()
3738 function TRecognizerSharedState.GetRuleMemo: TDictionaryArray<Integer, Integer>; in GetRuleMemo()
[all …]
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg387 Create(AInput, TRecognizerSharedState.Create<grammar.delegators:{g|, A<g:delegateName()>}>);