set source file information for token
set start position for token (line is 1-based, pos is 0-based)
set start position for token (line is 1-based, pos is 0-based)
returns error code if it's invalid token (can be returned in error tolerant mode of tokenizer)
returns error message if it's invalid token (can be returned in error tolerant mode of tokenizer)
returns file info for source
returns type of token parsing of which has been failed - if it's invalid token (can be returned in error tolerant mode of tokenizer)
returns true if this is documentation comment token
returns true if it's invalid token (can be returned in error tolerant mode of tokenizer)
returns true if this is multiline
returns keyword ID - for keyword tokens
returns 1-based source line number of token start
returns opcode ID - for opcode tokens
returns 1-based source line position of token start
returns token text
returns token type
Token.