soot.dava.internal.javaRep
Class DCmpExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractBinopExpr
      extended by soot.jimple.internal.AbstractIntBinopExpr
          extended by soot.grimp.internal.AbstractGrimpIntBinopExpr
              extended by soot.dava.internal.javaRep.DCmpExpr
All Implemented Interfaces:
Serializable, EquivTo, Precedence, BinopExpr, CmpExpr, Expr, Switchable, Value

public class DCmpExpr
extends AbstractGrimpIntBinopExpr
implements CmpExpr

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.jimple.internal.AbstractBinopExpr
op1Box, op2Box
 
Constructor Summary
DCmpExpr(Value op1, Value op2)
           
 
Method Summary
 void apply(Switch sw)
          Called when this object is visited.
 Object clone()
          Returns a clone of this Value.
 int getPrecedence()
           
 String getSymbol()
          Returns the unique symbol for an operator.
 Type getType()
          Returns the Soot type of this Value.
 
Methods inherited from class soot.grimp.internal.AbstractGrimpIntBinopExpr
toString
 
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
getUseBoxes, toString
 
Methods inherited from interface soot.EquivTo
equivHashCode, equivTo
 

Constructor Detail

DCmpExpr

public DCmpExpr(Value op1,
                Value op2)
Method Detail

getSymbol

public final String getSymbol()
Description copied from class: AbstractBinopExpr
Returns the unique symbol for an operator.

Specified by:
getSymbol in interface BinopExpr
Specified by:
getSymbol in class AbstractBinopExpr

getPrecedence

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

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 Object clone()
Description copied from interface: Value
Returns a clone of this Value.

Specified by:
clone in interface Value
Specified by:
clone in class AbstractBinopExpr

getType

public Type getType()
Description copied from interface: Value
Returns the Soot type of this Value.

Specified by:
getType in interface Value
Overrides:
getType in class AbstractIntBinopExpr