soot.jimple.internal
Class JNewArrayExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractNewArrayExpr
        |
        +--soot.jimple.internal.JNewArrayExpr

public class JNewArrayExpr
extends AbstractNewArrayExpr
implements NewArrayExpr


Constructor Summary
JNewArrayExpr(Type type, Value size)
           
 
Method Summary
 java.lang.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, toBriefString, 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 java.lang.Object clone()
Description copied from interface: Value
Returns a clone of this Value.
Overrides:
clone in class AbstractNewArrayExpr