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) |
java.lang.Object |
clone() |
PBaseType |
getBaseType() |
TNew |
getNew() |
void |
setBaseType(PBaseType node) |
void |
setNew(TNew node) |
java.lang.String |
toString() |