• Home
  • Raw
  • Download

Lines Matching refs:IIntStream

61   IIntStream = interface(IANTLRInterface)  interface
187 ICharStream = interface(IIntStream)
314 ITokenStream = interface(IIntStream)
693 function GetInput: IIntStream; in GetInput()
721 function Match(const Input: IIntStream; const TokenType: Integer;
724 function MismatchIsUnwantedToken(const Input: IIntStream;
727 function MismatchIsMissingToken(const Input: IIntStream;
756 procedure MatchAny(const Input: IIntStream);
811 procedure Recover(const Input: IIntStream; const RE: ERecognitionException);
814 function RecoverFromMismatchedSet(const Input: IIntStream; in RecoverFromMismatchedSet() argument
817 procedure ConsumeUntil(const Input: IIntStream; const TokenType: Integer); overload;
820 procedure ConsumeUntil(const Input: IIntStream; const BitSet: IBitSet); overload;
878 function AlreadyParsedRule(const Input: IIntStream;
885 procedure Memoize(const Input: IIntStream; const RuleIndex,
901 property Input: IIntStream read GetInput;
987 const Input: IIntStream): Integer of Object;
1021 function Predict(const Input: IIntStream): Integer;
1029 function SpecialStateTransition(const S: Integer; const Input: IIntStream): Integer;
1384 FInput: IIntStream;
1410 procedure ExtractInformationFromTreeNodeStream(const Input: IIntStream);
1416 constructor Create(const AInput: IIntStream); overload;
1417 constructor Create(const AMessage: String; const AInput: IIntStream); overload;
1450 property Input: IIntStream read FInput write FInput;
1475 constructor Create(const AExpecting: Integer; const AInput: IIntStream);
1500 constructor Create(const AExpecting: Integer; const AInput: IIntStream; argument
1513 constructor Create(const AExpecting: Integer; const AInput: IIntStream); argument
1527 const ADecisionNumber, AStateNumber: Integer; const AInput: IIntStream);
1540 constructor Create(const ADecisionNumber: Integer; const AInput: IIntStream); argument
1549 constructor Create(const AExpecting: IBitSet; const AInput: IIntStream); argument
1567 constructor Create(const AInput: IIntStream; const ARuleName,
1581 constructor Create(const AA, AB: Integer; const AInput: IIntStream); argument
2014 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; virtual; in GetCurrentInputSymbol() argument
2023 procedure Mismatch(const Input: IIntStream; const TokenType: Integer;
2057 function RecoverFromMismatchedToken(const Input: IIntStream;
2081 function GetMissingSymbol(const Input: IIntStream;
2241 function GetInput: IIntStream; virtual; abstract; in GetInput()
2252 function Match(const Input: IIntStream; const TokenType: Integer; in Match()
2254 function MismatchIsUnwantedToken(const Input: IIntStream; in MismatchIsUnwantedToken() argument
2256 function MismatchIsMissingToken(const Input: IIntStream; in MismatchIsMissingToken() argument
2261 procedure MatchAny(const Input: IIntStream); virtual; argument
2269 procedure Recover(const Input: IIntStream; const RE: ERecognitionException); virtual;
2270 function RecoverFromMismatchedSet(const Input: IIntStream; in RecoverFromMismatchedSet() argument
2272 procedure ConsumeUntil(const Input: IIntStream; const TokenType: Integer); overload; virtual;
2273 procedure ConsumeUntil(const Input: IIntStream; const BitSet: IBitSet); overload; virtual;
2279 function AlreadyParsedRule(const Input: IIntStream; in AlreadyParsedRule() argument
2281 procedure Memoize(const Input: IIntStream; const RuleIndex,
2290 property Input: IIntStream read GetInput;
2404 procedure NoViableAlt(const S: Integer; const Input: IIntStream);
2420 function Predict(const Input: IIntStream): Integer;
2423 const Input: IIntStream): Integer; virtual;
2443 function GetInput: IIntStream; override;
2490 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; override;
2491 function GetMissingSymbol(const Input: IIntStream;
2495 function GetInput: IIntStream; override;
2836 constructor ERecognitionException.Create(const AInput: IIntStream); argument
2842 const AInput: IIntStream);
2874 const Input: IIntStream);
2954 const AInput: IIntStream);
2991 const AInput: IIntStream; const AInserted: IANTLRInterface);
3017 const AInput: IIntStream);
3033 AStateNumber: Integer; const AInput: IIntStream);
3054 const AInput: IIntStream);
3063 const AInput: IIntStream);
3085 constructor EFailedPredicateException.Create(const AInput: IIntStream; argument
3101 const AInput: IIntStream);
4180 function TBaseRecognizer.AlreadyParsedRule(const Input: IIntStream; in AlreadyParsedRule()
4206 procedure TBaseRecognizer.ConsumeUntil(const Input: IIntStream;
4257 procedure TBaseRecognizer.ConsumeUntil(const Input: IIntStream; argument
4313 const Input: IIntStream): IANTLRInterface; in TBaseRecognizer.GetCurrentInputSymbol()
4420 function TBaseRecognizer.GetMissingSymbol(const Input: IIntStream; in TBaseRecognizer.GetMissingSymbol() argument
4488 function TBaseRecognizer.Match(const Input: IIntStream; in TBaseRecognizer.Match() argument
4509 procedure TBaseRecognizer.MatchAny(const Input: IIntStream); argument
4516 procedure TBaseRecognizer.Memoize(const Input: IIntStream; const RuleIndex,
4533 procedure TBaseRecognizer.Mismatch(const Input: IIntStream; argument
4545 function TBaseRecognizer.MismatchIsMissingToken(const Input: IIntStream; in TBaseRecognizer.MismatchIsMissingToken() argument
4581 function TBaseRecognizer.MismatchIsUnwantedToken(const Input: IIntStream; in MismatchIsUnwantedToken() argument
4604 procedure TBaseRecognizer.Recover(const Input: IIntStream; argument
4622 function TBaseRecognizer.RecoverFromMismatchedSet(const Input: IIntStream; in TBaseRecognizer.RecoverFromMismatchedSet() argument
4639 function TBaseRecognizer.RecoverFromMismatchedToken(const Input: IIntStream; in RecoverFromMismatchedToken()
5119 procedure TDFA.NoViableAlt(const S: Integer; const Input: IIntStream);
5133 function TDFA.Predict(const Input: IIntStream): Integer; in Predict()
5230 const Input: IIntStream): Integer;
5432 function TLexer.GetInput: IIntStream; in GetInput()
5639 const Input: IIntStream): IANTLRInterface; in TParser.GetCurrentInputSymbol()
5644 function TParser.GetInput: IIntStream; in TParser.GetInput()
5649 function TParser.GetMissingSymbol(const Input: IIntStream; in GetMissingSymbol() argument