class compiler::ListLiteralExpr
sys::Obj compiler::Node compiler::Expr compiler::ListLiteralExpr
ListLiteralExpr creates a List instance
- explicitType
-
ListType? explicitType - format
- make
- makeFor
- serialize
-
virtual override Str serialize() - toStr
-
virtual override Str toStr() - vals
-
Expr[] vals := Expr[,] - walkChildren