soot.jimple.internal
Class JInstanceOfExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractInstanceOfExpr
        |
        +--soot.jimple.internal.JInstanceOfExpr
All Implemented Interfaces:
ConvertToBaf, EquivTo, Expr, InstanceOfExpr, Switchable, ToBriefString, Value

public class JInstanceOfExpr
extends AbstractInstanceOfExpr
implements InstanceOfExpr, ConvertToBaf


Constructor Summary
JInstanceOfExpr(Value op, Type checkType)
           
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this Value.
 void convertToBaf(JimpleToBafContext context, java.util.List out)
           
 
Methods inherited from class soot.jimple.internal.AbstractInstanceOfExpr
apply, equivHashCode, equivTo, getCheckType, getOp, getOpBox, getType, getUseBoxes, setCheckType, setOp, toBriefString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface soot.jimple.InstanceOfExpr
apply, getCheckType, getOp, getOpBox, getType, getUseBoxes, setCheckType, setOp
 
Methods inherited from interface soot.EquivTo
equivHashCode, equivTo
 
Methods inherited from interface soot.ToBriefString
toBriefString
 

Constructor Detail

JInstanceOfExpr

public JInstanceOfExpr(Value op,
                       Type checkType)
Method Detail

convertToBaf

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

clone

public java.lang.Object clone()
Description copied from interface: Value
Returns a clone of this Value.
Specified by:
clone in interface Value
Overrides:
clone in class AbstractInstanceOfExpr