soot.grimp.internal
Class GNegExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractUnopExpr
        |
        +--soot.jimple.internal.AbstractNegExpr
              |
              +--soot.grimp.internal.GNegExpr
All Implemented Interfaces:
EquivTo, Expr, NegExpr, Switchable, ToBriefString, UnopExpr, Value

public class GNegExpr
extends AbstractNegExpr
implements NegExpr


Constructor Summary
GNegExpr(Value op)
           
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this Value.
 
Methods inherited from class soot.jimple.internal.AbstractNegExpr
apply, equivHashCode, equivTo, getType, toBriefString, 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
 
Methods inherited from interface soot.Value
getType
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.EquivTo
equivHashCode, equivTo
 
Methods inherited from interface soot.ToBriefString
toBriefString
 

Constructor Detail

GNegExpr

public GNegExpr(Value op)
Method Detail

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 AbstractNegExpr