Click or drag to resize

ANTLRFileStream Fields

The ANTLRFileStream type exposes the following members.

Fields
  NameDescription
Protected fielddata
The data being scanned
(Inherited from ANTLRStringStream.)
Protected fieldfileName
Protected fieldlastMarker
Track the last mark() call result value for use in rewind().
(Inherited from ANTLRStringStream.)
Protected fieldmarkDepth
tracks how deep mark() calls are nested
(Inherited from ANTLRStringStream.)
Protected fieldmarkers
A list of CharStreamState objects that tracks the stream state values line, charPositionInLine, and p that can change as you move through the input stream. Indexed from 1..markDepth. A null is kept @ index 0. Create upon first call to mark().
(Inherited from ANTLRStringStream.)
Protected fieldn
How many characters are actually in the buffer
(Inherited from ANTLRStringStream.)
Public fieldname
What is name or source of this char stream?
(Inherited from ANTLRStringStream.)
Protected fieldp
0..n-1 index into string of next char
(Inherited from ANTLRStringStream.)
Top
See Also