Toggle menu
Nitlanguage.org
Nitdoc
nitc
parser
lexer_work
Lexer
_line
private
var
_line
:
Int
nitc
::
Lexer
::
_line
Doc
Linearization
Summary
Current line number in the input stream
Current line number in the input stream
Summary
Property definitions
nitc$Lexer$_line
Property definitions
nitc
$
Lexer
::
_line
# Current line number in the input stream
var
line
:
Int
=
0
src/parser/lexer_work.nit:96,2--97,18