org.kit.furia.fragment.soot.representation.internal
Class FNewMultiArrayExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractNewMultiArrayExpr
      extended by org.kit.furia.fragment.soot.representation.internal.FNewMultiArrayExpr
All Implemented Interfaces:
java.io.Serializable, Qable, SpecialConstructContainer, soot.EquivTo, soot.jimple.AnyNewExpr, soot.jimple.ConvertToBaf, soot.jimple.Expr, soot.jimple.NewMultiArrayExpr, soot.util.Switchable, soot.Value

public class FNewMultiArrayExpr
extends soot.jimple.internal.AbstractNewMultiArrayExpr
implements Qable, SpecialConstructContainer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.jimple.internal.AbstractNewMultiArrayExpr
sizeBoxes
 
Constructor Summary
FNewMultiArrayExpr(soot.ArrayType type, java.util.List sizes)
           
 
Method Summary
 java.lang.Object clone()
           
 java.util.List getContainedSpecialConstructs()
          Returns all the contained special constructs
 java.lang.String toQ()
           
 
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

FNewMultiArrayExpr

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

clone

public java.lang.Object clone()
Specified by:
clone in interface soot.Value
Specified by:
clone in class soot.jimple.internal.AbstractNewMultiArrayExpr

toQ

public java.lang.String toQ()
                     throws java.lang.Exception
Specified by:
toQ in interface Qable
Throws:
java.lang.Exception

getContainedSpecialConstructs

public java.util.List getContainedSpecialConstructs()
Description copied from interface: SpecialConstructContainer
Returns all the contained special constructs

Specified by:
getContainedSpecialConstructs in interface SpecialConstructContainer
Returns:


Copyright © 2008 Arnoldo Jose Muller Molina. All Rights Reserved.