ANTLRInputStream Fields |
The ANTLRInputStream type exposes the following members.
| Name | Description | |
|---|---|---|
| data | The data being scanned (Inherited from ANTLRStringStream.) | |
| lastMarker | Track the last mark() call result value for use in rewind(). (Inherited from ANTLRStringStream.) | |
| markDepth | tracks how deep mark() calls are nested (Inherited from ANTLRStringStream.) | |
| markers |
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.) | |
| n | How many characters are actually in the buffer (Inherited from ANTLRStringStream.) | |
| name | What is name or source of this char stream? (Inherited from ANTLRStringStream.) | |
| p | 0..n-1 index into string of next char (Inherited from ANTLRStringStream.) |