sys::Obj compiler::Node compiler::Expr compiler::ListLiteralExpr
ListLiteralExpr creates a List instance
ListType explicitType
Str format(|Expr -> Str| f)
new make(Location location, ListType explicitType := null)
new makeFor(Location location, CType ctype, Expr[] vals)
override Str serialize()
override Str toStr()
Expr[] vals
override Void walkChildren(Visitor v)