column property

int column
final

Column number (0-based) in the source where the error was detected

Note: This is 0-based for internal consistency, but toString() will display it as 1-based to match editor conventions.

Implementation

final int column;