soot.jimple.internal
Class JInstanceOfExpr

java.lang.Object
  extended bysoot.jimple.internal.AbstractInstanceOfExpr
      extended bysoot.jimple.internal.JInstanceOfExpr
All Implemented Interfaces:
ConvertToBaf, EquivTo, Expr, InstanceOfExpr, Serializable, Switchable, Value

public class JInstanceOfExpr
extends AbstractInstanceOfExpr
implements ConvertToBaf

See Also:
Serialized Form

Constructor Summary
JInstanceOfExpr(Value op, Type checkType)
           
 
Method Summary
 Object clone()
          Returns a clone of this Value.
 void convertToBaf(JimpleToBafContext context, List out)
           
 
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

JInstanceOfExpr

public JInstanceOfExpr(Value op,
                       Type checkType)
Method Detail

convertToBaf

public void convertToBaf(JimpleToBafContext context,
                         List out)
Specified by:
convertToBaf in interface ConvertToBaf

clone

public Object clone()
Description copied from interface: Value
Returns a clone of this Value.

Specified by:
clone in interface Value
Specified by:
clone in class AbstractInstanceOfExpr