soot.grimp.internal
Class GNewMultiArrayExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractNewMultiArrayExpr
      extended by soot.grimp.internal.GNewMultiArrayExpr
All Implemented Interfaces:
Serializable, EquivTo, AnyNewExpr, ConvertToBaf, Expr, NewMultiArrayExpr, Switchable, Value

public class GNewMultiArrayExpr
extends AbstractNewMultiArrayExpr

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.jimple.internal.AbstractNewMultiArrayExpr
sizeBoxes
 
Constructor Summary
GNewMultiArrayExpr(ArrayType type, List sizes)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GNewMultiArrayExpr

public GNewMultiArrayExpr(ArrayType type,
                          List sizes)
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 AbstractNewMultiArrayExpr