true iff there are no more elements in this reader.
Returns an abstract reader consisting of all elements except the first n elements.
Returns an abstract reader consisting of all elements except the first n elements.
Returns the first element of the reader
Returns string formatted according to given format string.
Returns string formatted according to given format string.
Format strings are as for String.format
(@see java.lang.String.format).
The position of the first element in the reader.
Returns an abstract reader consisting of all elements except the first
If this is a reader over character sequences, the underlying char sequence.
Scanneris essentially¹ a parser that producesTokens from a stream of characters. The tokens it produces are typically passed to parsers inTokenParsers.¹
Scanneris really aReaderofTokens