logo
class

compiler::ListLiteralExpr

sys::Obj
  compiler::Node
    compiler::Expr
      compiler::ListLiteralExpr

ListLiteralExpr creates a List instance

Slots

explicitType

ListType explicitType

format

Str format(|Expr -> Str| f)

make

new make(Location location, ListType explicitType := def)

serialize

virtual Str serialize()

toStr

virtual Str toStr()

vals

Expr[] vals

walkChildren

virtual Void walkChildren(Visitor v)