line property

int? line
inherited

The line number on which the 1st character of this token was matched, line=1..n

Implementation

int? get line;
void line=(int? line)

Implementation

set line(int? line);