soot.grimp.internal
Class GInstanceOfExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractInstanceOfExpr
        |
        +--soot.grimp.internal.GInstanceOfExpr

public class GInstanceOfExpr
extends AbstractInstanceOfExpr

See Also:
Serialized Form

Constructor Summary
GInstanceOfExpr(Value op, Type checkType)
           
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this Value.
 
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

GInstanceOfExpr

public GInstanceOfExpr(Value op,
                       Type checkType)
Method Detail

clone

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