soot.jimple.internal
Class JNewArrayExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractNewArrayExpr
      extended by soot.jimple.internal.JNewArrayExpr
All Implemented Interfaces:
Serializable, EquivTo, AnyNewExpr, ConvertToBaf, Expr, NewArrayExpr, Switchable, Value

public class JNewArrayExpr
extends AbstractNewArrayExpr

See Also:
Serialized Form

Constructor Summary
JNewArrayExpr(Type type, Value size)
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JNewArrayExpr

public JNewArrayExpr(Type type,
                     Value size)
Method Detail

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