soot.grimp.internal
Class GInstanceOfExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractInstanceOfExpr
      extended by soot.grimp.internal.GInstanceOfExpr
All Implemented Interfaces:
Serializable, EquivTo, Expr, InstanceOfExpr, Switchable, Value

public class GInstanceOfExpr
extends AbstractInstanceOfExpr

See Also:
Serialized Form

Constructor Summary
GInstanceOfExpr(Value op, Type checkType)
           
 
Method Summary
 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 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