
ListLiteralExpr creates a List instance
Slots
- explicitType
-
ListType explicitType
- format
- make
- makeFor
- serialize
-
override Str serialize()
Return this expression as serialization text or throw exception if not serializable.
- toStr
-
override Str toStr()
Return a string representation of this object.
- vals
-
Expr[] vals := Expr[,]
- walkChildren