soot.grimp.internal
Class GNegExpr

java.lang.Object
  extended bysoot.jimple.internal.AbstractUnopExpr
      extended bysoot.jimple.internal.AbstractNegExpr
          extended bysoot.grimp.internal.GNegExpr
All Implemented Interfaces:
EquivTo, Expr, NegExpr, Serializable, Switchable, UnopExpr, Value

public class GNegExpr
extends AbstractNegExpr

See Also:
Serialized Form

Constructor Summary
GNegExpr(Value op)
           
 
Method Summary
 Object clone()
          Returns a clone of this Value.
 
Methods inherited from class soot.jimple.internal.AbstractNegExpr
apply, equivHashCode, equivTo, getType, toString, toString
 
Methods inherited from class soot.jimple.internal.AbstractUnopExpr
getOp, getOpBox, getUseBoxes, setOp
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface soot.jimple.UnopExpr
getOp, getOpBox, getUseBoxes, setOp
 

Constructor Detail

GNegExpr

public GNegExpr(Value op)
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 AbstractNegExpr