soot.jimple.internal
Class JNewArrayExpr
java.lang.Object
soot.jimple.internal.AbstractNewArrayExpr
soot.jimple.internal.JNewArrayExpr
- All Implemented Interfaces:
- Serializable, EquivTo, AnyNewExpr, ConvertToBaf, Expr, NewArrayExpr, Switchable, Value
public class JNewArrayExpr
- extends AbstractNewArrayExpr
- See Also:
- Serialized Form
Method Summary |
Object |
clone()
Returns a clone of this Value. |
Methods inherited from class soot.jimple.internal.AbstractNewArrayExpr |
apply, convertToBaf, equivHashCode, equivTo, getBaseType, getSize, getSizeBox, getType, getUseBoxes, setBaseType, setSize, toString, toString |
JNewArrayExpr
public JNewArrayExpr(Type type,
Value size)
clone
public Object clone()
- Description copied from interface:
Value
- Returns a clone of this Value.
- Specified by:
clone
in interface Value
- Specified by:
clone
in class AbstractNewArrayExpr