soot.jimple
Class NumericConstant
java.lang.Object
soot.jimple.Constant
soot.jimple.NumericConstant
- All Implemented Interfaces:
- Serializable, EquivTo, Immediate, ConvertToBaf, Switchable, Value
- Direct Known Subclasses:
- ArithmeticConstant, RealConstant
public abstract class NumericConstant
- extends Constant
- See Also:
- Serialized Form
NumericConstant
public NumericConstant()
add
public abstract NumericConstant add(NumericConstant c)
subtract
public abstract NumericConstant subtract(NumericConstant c)
multiply
public abstract NumericConstant multiply(NumericConstant c)
divide
public abstract NumericConstant divide(NumericConstant c)
remainder
public abstract NumericConstant remainder(NumericConstant c)
equalEqual
public abstract NumericConstant equalEqual(NumericConstant c)
notEqual
public abstract NumericConstant notEqual(NumericConstant c)
lessThan
public abstract NumericConstant lessThan(NumericConstant c)
lessThanOrEqual
public abstract NumericConstant lessThanOrEqual(NumericConstant c)
greaterThan
public abstract NumericConstant greaterThan(NumericConstant c)
greaterThanOrEqual
public abstract NumericConstant greaterThanOrEqual(NumericConstant c)
negate
public abstract NumericConstant negate()