column property

int get column

The scanner's current (zero-based) column number.

Implementation

int get column => _column;