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

Lines Matching full:charstream

278   /// computed from a CharStream; it only store indices into the char stream.
297 /// Returns a Token object from the input stream (usually a CharStream).
1115 property CharStream: ICharStream read GetCharStream write SetCharStream;
2845 CharStream: ICharStream;
2862 if Supports(AInput, ICharStream, CharStream) then
2865 FLine := CharStream.Line;
2866 FCharPositionInLine := CharStream.CharPositionInLine;