soot.grimp.internal
Class GNewMultiArrayExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractNewMultiArrayExpr
        |
        +--soot.grimp.internal.GNewMultiArrayExpr

public class GNewMultiArrayExpr
extends AbstractNewMultiArrayExpr
implements NewMultiArrayExpr


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

Constructor Detail

GNewMultiArrayExpr

public GNewMultiArrayExpr(ArrayType type,
                          java.util.List sizes)
Method Detail

clone

public java.lang.Object clone()
Description copied from interface: Value
Returns a clone of this Value.
Overrides:
clone in class AbstractNewMultiArrayExpr