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

java.lang.Object
  extended by soot.jimple.internal.AbstractInvokeExpr
      extended by soot.jimple.internal.AbstractStaticInvokeExpr
          extended by org.kit.furia.fragment.soot.representation.internal.FStaticInvokeExpr
All Implemented Interfaces:
java.io.Serializable, Qable, SpecialConstructContainer, soot.EquivTo, soot.jimple.ConvertToBaf, soot.jimple.Expr, soot.jimple.InvokeExpr, soot.jimple.StaticInvokeExpr, soot.util.Switchable, soot.Value

public class FStaticInvokeExpr
extends soot.jimple.internal.AbstractStaticInvokeExpr
implements Qable, SpecialConstructContainer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.jimple.internal.AbstractInvokeExpr
argBoxes, methodRef
 
Constructor Summary
FStaticInvokeExpr(soot.SootMethodRef methodRef, java.util.List args)
           
 
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.AbstractStaticInvokeExpr
apply, convertToBaf, equivHashCode, equivTo, getUseBoxes, toString, toString
 
Methods inherited from class soot.jimple.internal.AbstractInvokeExpr
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, getType, setArg, setMethodRef
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface soot.jimple.StaticInvokeExpr
getType
 
Methods inherited from interface soot.jimple.InvokeExpr
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, setArg, setMethodRef
 

Constructor Detail

FStaticInvokeExpr

public FStaticInvokeExpr(soot.SootMethodRef methodRef,
                         java.util.List args)
Method Detail

clone

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

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.