soot.jimple.internal
Class AbstractIntLongBinopExpr
java.lang.Object
soot.jimple.internal.AbstractBinopExpr
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
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 |
AbstractIntLongBinopExpr
public AbstractIntLongBinopExpr()
getType
public Type getType()
- Description copied from interface:
Value
- Returns the Soot type of this Value.