public class NewExpr extends Value.E0Expr
Value.E0Expr, Value.E1Expr, Value.E2Expr, Value.EnExpr, Value.VT
Modifier and Type | Field and Description |
---|---|
java.lang.String |
type |
Constructor and Description |
---|
NewExpr(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
Value |
clone() |
Value |
clone(LabelAndLocalMapper mapper) |
protected void |
releaseMemory()
clean resource used by this value,release memory
|
java.lang.String |
toString0() |
public Value clone(LabelAndLocalMapper mapper)
protected void releaseMemory()
Value
releaseMemory
in class Value