soot.jimple.internal
Class JNegExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractUnopExpr
        |
        +--soot.jimple.internal.AbstractNegExpr
              |
              +--soot.jimple.internal.JNegExpr

public class JNegExpr
extends AbstractNegExpr
implements NegExpr, ConvertToBaf


Constructor Summary
JNegExpr(Value op)
           
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this Value.
 void convertToBaf(JimpleToBafContext context, java.util.List out)
           
 
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
 

Constructor Detail

JNegExpr

public JNegExpr(Value op)
Method Detail

convertToBaf

public void convertToBaf(JimpleToBafContext context,
                         java.util.List out)
Specified by:
convertToBaf in interface ConvertToBaf

clone

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