soot.dava.internal.javaRep
Class DNegExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractUnopExpr
      extended by soot.jimple.internal.AbstractNegExpr
          extended by soot.dava.internal.javaRep.DNegExpr
All Implemented Interfaces:
Serializable, EquivTo, Expr, NegExpr, UnopExpr, Switchable, Value

public class DNegExpr
extends AbstractNegExpr

See Also:
Serialized Form

Constructor Summary
DNegExpr(Value op)
           
 
Method Summary
 Object clone()
          Returns a clone of this Value.
 String toString()
           
 void toString(UnitPrinter up)
           
 
Methods inherited from class soot.jimple.internal.AbstractNegExpr
apply, equivHashCode, equivTo, getType
 
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

DNegExpr

public DNegExpr(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

toString

public void toString(UnitPrinter up)
Specified by:
toString in interface Value
Overrides:
toString in class AbstractNegExpr

toString

public String toString()
Overrides:
toString in class AbstractNegExpr