Package com.googlecode.dex2jar.ir.expr
Class NewMutiArrayExpr
java.lang.Object
com.googlecode.dex2jar.ir.expr.Value
com.googlecode.dex2jar.ir.expr.Value.EnExpr
com.googlecode.dex2jar.ir.expr.NewMutiArrayExpr
- All Implemented Interfaces:
Cloneable
Represent a NEW_MUTI_ARRAY expression.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.googlecode.dex2jar.ir.expr.Value
Value.E0Expr, Value.E1Expr, Value.E2Expr, Value.EnExpr, Value.VT -
Field Summary
FieldsModifier and TypeFieldDescriptionthe basic type, ZBSCIFDJL, no [intthe dimension of the array,Fields inherited from class com.googlecode.dex2jar.ir.expr.Value.EnExpr
ops -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()clone(LabelAndLocalMapper mapper) protected voidclean resource used by this value,release memoryMethods inherited from class com.googlecode.dex2jar.ir.expr.Value.EnExpr
cloneOps, cloneOps, getOps, setOps
-
Field Details
-
baseType
the basic type, ZBSCIFDJL, no [ -
dimension
public int dimensionthe dimension of the array,for baseType: I, dimension 4, the result type is int[][][][];
NOTICE, not all dimension are init in ops, so ops.length ≤ dimension
-
-
Constructor Details
-
NewMutiArrayExpr
-
-
Method Details
-
releaseMemory
protected void releaseMemory()Description copied from class:Valueclean resource used by this value,release memory- Overrides:
releaseMemoryin classValue.EnExpr
-
clone
-
clone
-
toString0
-