dotty.tools.dotc.parsing.CharArrayReader
the last read character
the last read character
The offset one past the last read character
The offset one past the last read character
Switch whether unicode should be decoded
Switch whether unicode should be decoded
An error routine to call on bad unicode escapes \\uxxxx.
An error routine to call on bad unicode escapes \\uxxxx.
Is last character a unicode escape \\uxxxx?
Is last character a unicode escape \\uxxxx?
The offset before the last read character
The offset before the last read character
The start offset of the line before the current one
The start offset of the line before the current one
The start offset of the current line
The start offset of the current line
A new reader that takes off at the current character position
A new reader that takes off at the current character position
Advance one character; reducing CR;LF pairs to just LF
Advance one character; reducing CR;LF pairs to just LF
Advance one character, leaving CR;LF pairs intact.
Advance one character, leaving CR;LF pairs intact. This is for use in multi-line strings, so there are no "potential line ends" here.