menu
clojure_compiler_ffi_bridge package
documentation
token.dart
ListToken
ListToken.new constructor
ListToken.new constructor
dark_mode
light_mode
ListToken
constructor
ListToken
(
String
lParen
,
String
rParen
,
List
<
Token
>
body
)
Implementation
ListToken(this.lParen, this.rParen, this.body) : super(TokenType.list);
clojure_compiler_ffi_bridge package
documentation
token
ListToken
ListToken.new constructor
ListToken class