Lines Matching refs:TBaseRecognizer

1979   TBaseRecognizer = class abstract(TANTLRObject, IBaseRecognizer)  class
2433 TLexer = class abstract(TBaseRecognizer, ILexer, ITokenSource)
2482 TParser = class(TBaseRecognizer, IParser)
3695 SetLength(FFollowing,TBaseRecognizer.INITIAL_FOLLOW_STACK_SIZE);
3696 for I := 0 to TBaseRecognizer.INITIAL_FOLLOW_STACK_SIZE - 1 do
4174 constructor TBaseRecognizer.Create;
4180 function TBaseRecognizer.AlreadyParsedRule(const Input: IIntStream; in TBaseRecognizer.AlreadyParsedRule()
4196 procedure TBaseRecognizer.BeginBacktrack(const Level: Integer);
4201 procedure TBaseRecognizer.BeginResync;
4206 procedure TBaseRecognizer.ConsumeUntil(const Input: IIntStream;
4219 function TBaseRecognizer.CombineFollows(const Exact: Boolean): IBitSet; in TBaseRecognizer.CombineFollows()
4247 function TBaseRecognizer.ComputeContextSensitiveRuleFOLLOW: IBitSet; in ComputeContextSensitiveRuleFOLLOW()
4252 function TBaseRecognizer.ComputeErrorRecoverySet: IBitSet; in TBaseRecognizer.ComputeErrorRecoverySet()
4257 procedure TBaseRecognizer.ConsumeUntil(const Input: IIntStream;
4270 constructor TBaseRecognizer.Create(const AState: IRecognizerSharedState);
4281 procedure TBaseRecognizer.DisplayRecognitionError(
4291 procedure TBaseRecognizer.EmitErrorMessage(const Msg: String);
4296 procedure TBaseRecognizer.EndBacktrack(const Level: Integer;
4302 procedure TBaseRecognizer.EndResync;
4307 function TBaseRecognizer.GetBacktrackingLevel: Integer; in GetBacktrackingLevel()
4312 function TBaseRecognizer.GetCurrentInputSymbol( in TBaseRecognizer.GetCurrentInputSymbol()
4319 function TBaseRecognizer.GetErrorHeader(const E: ERecognitionException): String; in GetErrorHeader()
4324 function TBaseRecognizer.GetErrorMessage(const E: ERecognitionException; in TBaseRecognizer.GetErrorMessage()
4414 function TBaseRecognizer.GetGrammarFileName: String; in TBaseRecognizer.GetGrammarFileName()
4420 function TBaseRecognizer.GetMissingSymbol(const Input: IIntStream; in TBaseRecognizer.GetMissingSymbol()
4428 function TBaseRecognizer.GetNumberOfSyntaxErrors: Integer; in GetNumberOfSyntaxErrors()
4433 function TBaseRecognizer.GetRuleMemoization(const RuleIndex, in GetRuleMemoization()
4448 function TBaseRecognizer.GetRuleMemoizationChaceSize: Integer; in TBaseRecognizer.GetRuleMemoizationChaceSize()
4461 function TBaseRecognizer.GetState: IRecognizerSharedState; in TBaseRecognizer.GetState()
4466 function TBaseRecognizer.GetTokenErrorDisplay(const T: IToken): String; in GetTokenErrorDisplay()
4482 function TBaseRecognizer.GetTokenNames: TStringArray; in GetTokenNames()
4488 function TBaseRecognizer.Match(const Input: IIntStream; in TBaseRecognizer.Match()
4509 procedure TBaseRecognizer.MatchAny(const Input: IIntStream);
4516 procedure TBaseRecognizer.Memoize(const Input: IIntStream; const RuleIndex,
4533 procedure TBaseRecognizer.Mismatch(const Input: IIntStream;
4545 function TBaseRecognizer.MismatchIsMissingToken(const Input: IIntStream; in TBaseRecognizer.MismatchIsMissingToken()
4581 function TBaseRecognizer.MismatchIsUnwantedToken(const Input: IIntStream; in MismatchIsUnwantedToken()
4587 procedure TBaseRecognizer.PushFollow(const FSet: IBitSet);
4604 procedure TBaseRecognizer.Recover(const Input: IIntStream;
4622 function TBaseRecognizer.RecoverFromMismatchedSet(const Input: IIntStream; in TBaseRecognizer.RecoverFromMismatchedSet()
4639 function TBaseRecognizer.RecoverFromMismatchedToken(const Input: IIntStream; in RecoverFromMismatchedToken()
4674 procedure TBaseRecognizer.ReportError(const E: ERecognitionException);
4686 procedure TBaseRecognizer.Reset;
4710 function TBaseRecognizer.ToStrings(const Tokens: IList<IToken>): IList<String>; in ToStrings()
4724 procedure TBaseRecognizer.TraceIn(const RuleName: String;
4735 procedure TBaseRecognizer.TraceOut(const RuleName: String;