CharArrayLookaheadReader
dotty.tools.dotc.parsing.CharArrayReader.CharArrayLookaheadReader
class CharArrayLookaheadReader extends CharArrayReader
Attributes
- Graph
-
- Supertypes
Members list
Type members
Inherited classlikes
class CharArrayLookaheadReader extends CharArrayReader
Attributes
- Inherited from:
- CharArrayReader
- Supertypes
Value members
Concrete methods
Switch whether unicode should be decoded
Inherited methods
Attributes
- Inherited from:
- CharArrayReader
Attributes
- Inherited from:
- CharArrayReader
Is last character a unicode escape \uxxxx?
Attributes
- Inherited from:
- CharArrayReader
A new reader that takes off at the current character position
A new reader that takes off at the current character position
Attributes
- Inherited from:
- CharArrayReader
Advance one character; reducing CR;LF pairs to just LF
Advance one character, leaving CR;LF pairs intact. This is for use in multi-line strings, so there are no "potential line ends" here.
Advance one character, leaving CR;LF pairs intact. This is for use in multi-line strings, so there are no "potential line ends" here.
Attributes
- Inherited from:
- CharArrayReader
Attributes
- Inherited from:
- CharArrayReader
Inherited fields
the last read character
The offset one past the last read character
The offset before the last read character
The start offset of the current line
In this article