menu
tart_dev package
documentation
token.dart
Token
Token const constructor
Token const constructor
dark_mode
light_mode
Token
constructor
const
Token
(
TokenType
type
,
String
lexeme
,
Object
?
literal
,
int
line
,
)
Implementation
const Token(this.type, this.lexeme, this.literal, this.line);
tart_dev package
documentation
token
Token
Token const constructor
Token class