cur_line
Description:
Returns the current line in the input stream (counting from 1).
This is the line of the last token parsed via get_next_token.
Parameters:
this |
a Scanner |
Returns:
the current line |
Returns the current line in the input stream (counting from 1).
This is the line of the last token parsed via get_next_token.
this |
a Scanner |
the current line |