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

java.lang.Object
  extended by soot.jimple.internal.AbstractBinopExpr
      extended by soot.jimple.internal.AbstractIntLongBinopExpr
          extended by org.kit.furia.fragment.soot.representation.internal.AbstractFrimpIntLongBinopExpr
              extended by org.kit.furia.fragment.soot.representation.internal.FUshrExpr
All Implemented Interfaces:
java.io.Serializable, Precedence, Qable, soot.EquivTo, soot.jimple.BinopExpr, soot.jimple.Expr, soot.jimple.UshrExpr, soot.util.Switchable, soot.Value

public class FUshrExpr
extends AbstractFrimpIntLongBinopExpr
implements soot.jimple.UshrExpr, Qable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.jimple.internal.AbstractBinopExpr
op1Box, op2Box
 
Constructor Summary
FUshrExpr(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()
           
 java.lang.String toQ()
           
 
Methods inherited from class org.kit.furia.fragment.soot.representation.internal.AbstractFrimpIntLongBinopExpr
toString
 
Methods inherited from class soot.jimple.internal.AbstractIntLongBinopExpr
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

FUshrExpr

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

getSymbol

public java.lang.String getSymbol()
Specified by:
getSymbol in interface soot.jimple.BinopExpr
Specified by:
getSymbol in class soot.jimple.internal.AbstractBinopExpr

getPrecedence

public int getPrecedence()
Specified by:
getPrecedence in interface Precedence
Specified by:
getPrecedence in class AbstractFrimpIntLongBinopExpr

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 java.lang.String getQSymbol()
Specified by:
getQSymbol in class AbstractFrimpIntLongBinopExpr

toQ

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


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