soot.jimple.internal
Class JInstanceOfExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractInstanceOfExpr
      extended by soot.jimple.internal.JInstanceOfExpr
All Implemented Interfaces:
Serializable, EquivTo, ConvertToBaf, Expr, InstanceOfExpr, 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<Unit> 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<Unit> 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