Lines Matching defs:IIntStream
61 IIntStream = interface(IANTLRInterface) interface
814 function RecoverFromMismatchedSet(const Input: IIntStream; in RecoverFromMismatchedSet()
1500 constructor Create(const AExpecting: Integer; const AInput: IIntStream;
1513 constructor Create(const AExpecting: Integer; const AInput: IIntStream);
1540 constructor Create(const ADecisionNumber: Integer; const AInput: IIntStream);
1549 constructor Create(const AExpecting: IBitSet; const AInput: IIntStream);
1581 constructor Create(const AA, AB: Integer; const AInput: IIntStream);
2014 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; virtual; in GetCurrentInputSymbol()
2254 function MismatchIsUnwantedToken(const Input: IIntStream; in MismatchIsUnwantedToken()
2256 function MismatchIsMissingToken(const Input: IIntStream; in MismatchIsMissingToken()
2261 procedure MatchAny(const Input: IIntStream); virtual;
2270 function RecoverFromMismatchedSet(const Input: IIntStream; in RecoverFromMismatchedSet()
2279 function AlreadyParsedRule(const Input: IIntStream; in AlreadyParsedRule()
2836 constructor ERecognitionException.Create(const AInput: IIntStream);
3085 constructor EFailedPredicateException.Create(const AInput: IIntStream;
4257 procedure TBaseRecognizer.ConsumeUntil(const Input: IIntStream;
4420 function TBaseRecognizer.GetMissingSymbol(const Input: IIntStream; in TBaseRecognizer.GetMissingSymbol()
4488 function TBaseRecognizer.Match(const Input: IIntStream; in TBaseRecognizer.Match()
4509 procedure TBaseRecognizer.MatchAny(const Input: IIntStream);
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()
4604 procedure TBaseRecognizer.Recover(const Input: IIntStream;
4622 function TBaseRecognizer.RecoverFromMismatchedSet(const Input: IIntStream; in TBaseRecognizer.RecoverFromMismatchedSet()
5649 function TParser.GetMissingSymbol(const Input: IIntStream; in GetMissingSymbol()