CharArrayReader
Attributes
- Graph
- Supertypes
- Known subtypes
- class CharArrayLookaheadReaderclass ScannerCommonclass JavaScannerclass LookaheadScannerclass Scanner
- Self type
Members list
Type members
Classlikes
Attributes
- Graph
- Supertypes
Value members
Abstract methods
Concrete methods
Switch whether unicode should be decoded
Switch whether unicode should be decoded
Attributes
Is last character a unicode escape \uxxxx?
Is last character a unicode escape \uxxxx?
Attributes
A new reader that takes off at the current character position
A new reader that takes off at the current character position
Attributes
Advance one character; reducing CR;LF pairs to just LF
Advance one character; reducing CR;LF pairs to just LF
Attributes
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
Concrete fields
The offset one past the last read character
The offset one past the last read character
Attributes
The offset before the last read character
The offset before the last read character
Attributes
The start offset of the current line
The start offset of the current line