org.kit.furia.fragment.soot.representation.internal
Class FNegExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractUnopExpr
      extended by soot.jimple.internal.AbstractNegExpr
          extended by org.kit.furia.fragment.soot.representation.internal.FNegExpr
All Implemented Interfaces:
java.io.Serializable, Qable, soot.EquivTo, soot.jimple.Expr, soot.jimple.NegExpr, soot.jimple.UnopExpr, soot.util.Switchable, soot.Value

public class FNegExpr
extends soot.jimple.internal.AbstractNegExpr
implements Qable

See Also:
Serialized Form

Constructor Summary
FNegExpr(soot.Value op)
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String toQ()
           
 
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

FNegExpr

public FNegExpr(soot.Value op)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in interface soot.Value
Specified by:
clone in class soot.jimple.internal.AbstractNegExpr

toQ

public java.lang.String toQ()
                     throws java.lang.Exception
Specified by:
toQ in interface Qable
Throws:
java.lang.Exception


Copyright © 2008 Arnoldo Jose Muller Molina. All Rights Reserved.