column property

int column
final

The column number (using 1-based indexing) that the parser had reached when the error was detected.

This is measured in UTF-16 code units, even if the source file was UTF-8.

Implementation

final int column;