NewExpr
A "new" expression.
Methods
String
asString
()
String
asString
()
Type
getType
()
Type
getType
()
void
setType
(Type type)
void
setType
(Type type)
Fields
static ArrayList
args
static ArrayList
arrayInitExpr
static ClassObj
classObj
static Type
type
args
The constructor parameters (for objects).
arrayInitExpr
The array bounds (for arrays).
classObj
The class.
type
The type.