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

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

public class FNewArrayExpr
extends soot.jimple.internal.AbstractNewArrayExpr
implements Precedence, Qable, SpecialConstructContainer

See Also:
Serialized Form

Constructor Summary
FNewArrayExpr(soot.Type type, soot.Value size)
           
 
Method Summary
 java.lang.Object clone()
           
 java.util.List getContainedSpecialConstructs()
          Returns all the contained special constructs
 int getPrecedence()
           
 java.lang.String toQ()
           
 
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

FNewArrayExpr

public FNewArrayExpr(soot.Type type,
                     soot.Value size)
Method Detail

getPrecedence

public int getPrecedence()
Specified by:
getPrecedence in interface Precedence

clone

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

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.