soot.jimple.internal
Class JEqExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractBinopExpr
        |
        +--soot.jimple.internal.AbstractIntBinopExpr
              |
              +--soot.jimple.internal.AbstractJimpleIntBinopExpr
                    |
                    +--soot.jimple.internal.JEqExpr
All Implemented Interfaces:
BinopExpr, ConditionExpr, ConvertToBaf, EqExpr, EquivTo, Expr, Switchable, ToBriefString, Value

public class JEqExpr
extends AbstractJimpleIntBinopExpr
implements EqExpr


Fields inherited from class soot.jimple.internal.AbstractBinopExpr
op1Box, op2Box
 
Constructor Summary
JEqExpr(Value op1, Value op2)
           
 
Method Summary
 void apply(Switch sw)
          Called when this object is visited.
 java.lang.Object clone()
          Returns a clone of this Value.
 java.lang.String getSymbol()
          Returns the unique symbol for an operator.
 
Methods inherited from class soot.jimple.internal.AbstractJimpleIntBinopExpr
convertToBaf
 
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, toBriefString, 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, getUseBoxes, setOp1, setOp2, toBriefString, toString
 
Methods inherited from interface soot.Value
getType
 
Methods inherited from interface soot.EquivTo
equivHashCode, equivTo
 

Constructor Detail

JEqExpr

public JEqExpr(Value op1,
               Value op2)
Method Detail

getSymbol

public final java.lang.String getSymbol()
Description copied from class: AbstractBinopExpr
Returns the unique symbol for an operator.
Specified by:
getSymbol in interface BinopExpr
Overrides:
getSymbol in class AbstractBinopExpr

apply

public void apply(Switch sw)
Description copied from interface: Switchable
Called when this object is visited.
Specified by:
apply in interface Switchable

clone

public java.lang.Object clone()
Description copied from interface: Value
Returns a clone of this Value.
Specified by:
clone in interface Value
Overrides:
clone in class AbstractBinopExpr