org.kit.furia.fragment.soot.representation.internal
Class FNeExpr
java.lang.Object
soot.jimple.internal.AbstractBinopExpr
soot.jimple.internal.AbstractIntBinopExpr
org.kit.furia.fragment.soot.representation.internal.AbstractFrimpIntBinopExpr
org.kit.furia.fragment.soot.representation.internal.FNeExpr
- All Implemented Interfaces:
- java.io.Serializable, Precedence, Qable, soot.EquivTo, soot.jimple.BinopExpr, soot.jimple.ConditionExpr, soot.jimple.Expr, soot.jimple.NeExpr, soot.util.Switchable, soot.Value
public class FNeExpr
- extends AbstractFrimpIntBinopExpr
- implements soot.jimple.NeExpr
- See Also:
- Serialized Form
Fields inherited from class soot.jimple.internal.AbstractBinopExpr |
op1Box, op2Box |
Constructor Summary |
FNeExpr(soot.Value op1,
soot.Value op2)
|
Methods inherited from class soot.jimple.internal.AbstractIntBinopExpr |
getType |
Methods inherited from class soot.jimple.internal.AbstractBinopExpr |
equivHashCode, equivTo, getOp1, getOp1Box, getOp2, getOp2Box, getUseBoxes, setOp1, setOp2, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface soot.jimple.BinopExpr |
getOp1, getOp1Box, getOp2, getOp2Box, setOp1, setOp2, toString |
Methods inherited from interface soot.Value |
getType, getUseBoxes, toString |
Methods inherited from interface soot.EquivTo |
equivHashCode, equivTo |
FNeExpr
public FNeExpr(soot.Value op1,
soot.Value op2)
getSymbol
public final java.lang.String getSymbol()
- Specified by:
getSymbol
in interface soot.jimple.BinopExpr
- Specified by:
getSymbol
in class soot.jimple.internal.AbstractBinopExpr
getPrecedence
public final int getPrecedence()
- Specified by:
getPrecedence
in interface Precedence
- Specified by:
getPrecedence
in class AbstractFrimpIntBinopExpr
apply
public void apply(soot.util.Switch sw)
- Specified by:
apply
in interface soot.util.Switchable
clone
public java.lang.Object clone()
- Specified by:
clone
in interface soot.Value
- Specified by:
clone
in class soot.jimple.internal.AbstractBinopExpr
getQSymbol
public final java.lang.String getQSymbol()
- Specified by:
getQSymbol
in class AbstractFrimpIntBinopExpr
Copyright © 2008 Arnoldo Jose Muller Molina. All Rights Reserved.