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