soot.jimple.internal
Class AbstractIntBinopExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractBinopExpr
      extended by soot.jimple.internal.AbstractIntBinopExpr
All Implemented Interfaces:
Serializable, EquivTo, Expr, Switchable, Value
Direct Known Subclasses:
AbstractGrimpIntBinopExpr, AbstractJimpleIntBinopExpr

public abstract class AbstractIntBinopExpr
extends AbstractBinopExpr

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.jimple.internal.AbstractBinopExpr
op1Box, op2Box
 
Constructor Summary
AbstractIntBinopExpr()
           
 
Method Summary
 Type getType()
          Returns the Soot type of this Value.
 
Methods inherited from class soot.jimple.internal.AbstractBinopExpr
clone, equivHashCode, equivTo, getOp1, getOp1Box, getOp2, getOp2Box, getSymbol, getUseBoxes, setOp1, setOp2, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface soot.util.Switchable
apply
 

Constructor Detail

AbstractIntBinopExpr

public AbstractIntBinopExpr()
Method Detail

getType

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