• Home
  • Raw
  • Download

Lines Matching refs:TRecognizerSharedState

1780   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()
3743 function TRecognizerSharedState.GetRuleMemoCount: Integer; in GetRuleMemoCount()
3748 function TRecognizerSharedState.GetSyntaxErrors: Integer; in GetSyntaxErrors()
3753 function TRecognizerSharedState.GetText: String; in GetText()
3758 function TRecognizerSharedState.GetToken: IToken; in GetToken()
3763 function TRecognizerSharedState.GetTokenStartCharIndex: Integer; in GetTokenStartCharIndex()
3768 function TRecognizerSharedState.GetTokenStartCharPositionInLine: Integer; in GetTokenStartCharPositionInLine()
3773 function TRecognizerSharedState.GetTokenStartLine: Integer; in GetTokenStartLine()
3778 function TRecognizerSharedState.GetTokenType: Integer; in GetTokenType()
3783 procedure TRecognizerSharedState.SetBacktracking(const Value: Integer);
3788 procedure TRecognizerSharedState.SetChannel(const Value: Integer);
3793 procedure TRecognizerSharedState.SetErrorRecovery(const Value: Boolean);
3798 procedure TRecognizerSharedState.SetFailed(const Value: Boolean);
3803 procedure TRecognizerSharedState.SetFollowing(const Value: TBitSetArray);
3808 procedure TRecognizerSharedState.SetFollowingStackPointer(const Value: Integer);
3813 procedure TRecognizerSharedState.SetLastErrorIndex(const Value: Integer);
3818 procedure TRecognizerSharedState.SetRuleMemoCount(const Value: Integer);
3823 procedure TRecognizerSharedState.SetSyntaxErrors(const Value: Integer);
3828 procedure TRecognizerSharedState.SetText(const Value: String);
3833 procedure TRecognizerSharedState.SetToken(const Value: IToken);
3838 procedure TRecognizerSharedState.SetTokenStartCharIndex(const Value: Integer);
3843 procedure TRecognizerSharedState.SetTokenStartCharPositionInLine(
3849 procedure TRecognizerSharedState.SetTokenStartLine(const Value: Integer);
3854 procedure TRecognizerSharedState.SetTokenType(const Value: Integer);
4177 FState := TRecognizerSharedState.Create;