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

java.lang.Object
  extended by soot.jimple.internal.AbstractInstanceOfExpr
      extended by org.kit.furia.fragment.soot.representation.internal.FInstanceOfExpr
All Implemented Interfaces:
java.io.Serializable, Qable, SpecialConstructContainer, soot.EquivTo, soot.jimple.Expr, soot.jimple.InstanceOfExpr, soot.util.Switchable, soot.Value

public class FInstanceOfExpr
extends soot.jimple.internal.AbstractInstanceOfExpr
implements Qable, SpecialConstructContainer

See Also:
Serialized Form

Constructor Summary
FInstanceOfExpr(soot.Value op, soot.Type checkType)
           
 
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.AbstractInstanceOfExpr
apply, equivHashCode, equivTo, getCheckType, getOp, getOpBox, getType, getUseBoxes, setCheckType, setOp, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FInstanceOfExpr

public FInstanceOfExpr(soot.Value op,
                       soot.Type checkType)
Method Detail

clone

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

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.