Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:IIntStream

332   ITreeNodeStream = interface(IIntStream)
1245 FInput: IIntStream;
1393 { IIntStream }
1630 procedure MatchAny(const Input: IIntStream); override;
1631 function GetInput: IIntStream; override;
1643 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; override;
1644 function GetMissingSymbol(const Input: IIntStream;
1647 procedure Mismatch(const Input: IIntStream; const TokenType: Integer;
2023 { IIntStream }
3735 const Input: IIntStream): IANTLRInterface;
3765 function TTreeParser.GetInput: IIntStream;
3770 function TTreeParser.GetMissingSymbol(const Input: IIntStream;
3790 procedure TTreeParser.MatchAny(const Input: IIntStream);
3822 procedure TTreeParser.Mismatch(const Input: IIntStream;