Package soot.jimple.internal
Class JNewMultiArrayExpr
- java.lang.Object
-
- soot.jimple.internal.AbstractNewMultiArrayExpr
-
- soot.jimple.internal.JNewMultiArrayExpr
-
- All Implemented Interfaces:
Serializable
,EquivTo
,AnyNewExpr
,ConvertToBaf
,Expr
,NewMultiArrayExpr
,Switchable
,Value
public class JNewMultiArrayExpr extends AbstractNewMultiArrayExpr
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class soot.jimple.internal.AbstractNewMultiArrayExpr
baseType, sizeBoxes
-
-
Constructor Summary
Constructors Constructor Description JNewMultiArrayExpr(ArrayType type, List<? extends Value> sizes)
JNewMultiArrayExpr(ArrayType type, ValueBox[] sizes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Returns a clone of this Value.-
Methods inherited from class soot.jimple.internal.AbstractNewMultiArrayExpr
apply, convertToBaf, equivHashCode, equivTo, getBaseType, getSize, getSizeBox, getSizeCount, getSizes, getType, getUseBoxes, setBaseType, setSize, toString, toString
-
-