Click or drag to resize

ANTLRStringStream Fields

The ANTLRStringStream type exposes the following members.

Fields
  NameDescription
Protected fielddata
The data being scanned
Protected fieldlastMarker
Track the last mark() call result value for use in rewind().
Protected fieldmarkDepth
tracks how deep mark() calls are nested
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().
Protected fieldn
How many characters are actually in the buffer
Public fieldname
What is name or source of this char stream?
Protected fieldp
0..n-1 index into string of next char
Top
See Also