public class FilledArrayExpr extends Value.EnExpr
Value.VT.FILLED_ARRAY
Value.E0Expr, Value.E1Expr, Value.E2Expr, Value.EnExpr, Value.VT
Modifier and Type | Field and Description |
---|---|
java.lang.String |
type |
ops
Constructor and Description |
---|
FilledArrayExpr(Value[] datas,
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() |
cloneOps, cloneOps, getOps, setOps
public FilledArrayExpr(Value[] datas, java.lang.String type)
protected void releaseMemory()
Value
releaseMemory
in class Value.EnExpr
public Value clone(LabelAndLocalMapper mapper)