public final class ASimpleNewExpr extends PNewExpr
Constructor and Description |
---|
ASimpleNewExpr() |
ASimpleNewExpr(TNew _new_,
PBaseType _baseType_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
Object |
clone() |
PBaseType |
getBaseType() |
TNew |
getNew() |
void |
setBaseType(PBaseType node) |
void |
setNew(TNew node) |
String |
toString() |