menu
dax package
documentation
token.dart
Token
Token constructor
Token constructor
dark_mode
light_mode
Token
constructor
Token
(
TokenType
type
,
String
lexeme
,
Object
?
literal
,
int
line
, {
String
sourceFile
=
''
,
})
Implementation
Token(this.type, this.lexeme, this.literal, this.line, {this.sourceFile = ''});
dax package
documentation
token
Token
Token constructor
Token class