Interface NumericConstant<N extends NumericConstant<N>>
- All Superinterfaces:
Acceptor<ConstantVisitor>
,ComparableConstant<N>
,Constant
,EquivTo
,Immediate
,Value
- All Known Subinterfaces:
RealConstant<R>
,ShiftableConstant<A>
- All Known Implementing Classes:
DoubleConstant
,FloatConstant
,IntConstant
,LongConstant
public interface NumericConstant<N extends NumericConstant<N>>
extends Constant, ComparableConstant<N>
-
Method Summary
Methods inherited from interface sootup.core.jimple.common.constant.ComparableConstant
equalEqual, notEqual
Methods inherited from interface sootup.core.jimple.common.constant.Constant
equivHashCode, equivTo, getUses, toString
-
Method Details
-
add
-
subtract
-
multiply
-
divide
-
remainder
-
lessThan
-
lessThanOrEqual
-
greaterThan
-
greaterThanOrEqual
-
negate
-