soot.jimple.internal
Class AbstractIntLongBinopExpr

java.lang.Object
  extended by soot.jimple.internal.AbstractBinopExpr
      extended by soot.jimple.internal.AbstractIntLongBinopExpr
All Implemented Interfaces:
Serializable, EquivTo, Expr, Switchable, Value
Direct Known Subclasses:
AbstractGrimpIntLongBinopExpr, AbstractJimpleIntLongBinopExpr

public abstract class AbstractIntLongBinopExpr
extends AbstractBinopExpr

See Also:
Serialized Form

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

AbstractIntLongBinopExpr

public AbstractIntLongBinopExpr()
Method Detail

getType

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