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

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.FOrExpr
All Implemented Interfaces:
java.io.Serializable, Precedence, Qable, soot.EquivTo, soot.jimple.BinopExpr, soot.jimple.Expr, soot.jimple.OrExpr, soot.util.Switchable, soot.Value

public class FOrExpr
extends AbstractFrimpIntLongBinopExpr
implements soot.jimple.OrExpr

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.jimple.internal.AbstractBinopExpr
op1Box, op2Box
 
Constructor Summary
FOrExpr(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.AbstractFrimpIntLongBinopExpr
toQ, 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, 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
 

Constructor Detail

FOrExpr

public FOrExpr(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


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