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

java.lang.Object
  extended by soot.jimple.internal.AbstractBinopExpr
      extended by soot.jimple.internal.AbstractIntBinopExpr
          extended by org.kit.furia.fragment.soot.representation.internal.AbstractFrimpIntBinopExpr
              extended by org.kit.furia.fragment.soot.representation.internal.FCmpgExpr
All Implemented Interfaces:
java.io.Serializable, Precedence, Qable, soot.EquivTo, soot.jimple.BinopExpr, soot.jimple.CmpgExpr, soot.jimple.Expr, soot.util.Switchable, soot.Value

public class FCmpgExpr
extends AbstractFrimpIntBinopExpr
implements soot.jimple.CmpgExpr

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.jimple.internal.AbstractBinopExpr
op1Box, op2Box
 
Constructor Summary
FCmpgExpr(soot.Value op1, soot.Value op2)
           
 
Method Summary
 void apply(soot.util.Switch sw)
           
 java.lang.Object clone()
           
 int getPrecedence()
           
 java.lang.String getQSymbol()
           
 java.lang.String getSymbol()
           
 
Methods inherited from class org.kit.furia.fragment.soot.representation.internal.AbstractFrimpIntBinopExpr
toQ, toString
 
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, 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
 

Constructor Detail

FCmpgExpr

public FCmpgExpr(soot.Value op1,
                 soot.Value op2)
Method Detail

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.