Uses of Class
soot.jimple.NumericConstant

Packages that use NumericConstant
soot.dava.internal.javaRep   
soot.dava.toolkits.base.AST.transformations   
soot.jimple Public classes for the Jimple intermediate representation. 
 

Uses of NumericConstant in soot.dava.internal.javaRep
 

Subclasses of NumericConstant in soot.dava.internal.javaRep
 class DIntConstant
           
 

Uses of NumericConstant in soot.dava.toolkits.base.AST.transformations
 

Methods in soot.dava.toolkits.base.AST.transformations that return NumericConstant
 NumericConstant SimplifyExpressions.getResult(BinopExpr binop)
           
 NumericConstant SimplifyExpressions.getResult(BinopExpr binop)
           
 

Uses of NumericConstant in soot.jimple
 

Subclasses of NumericConstant in soot.jimple
 class ArithmeticConstant
           
 class DoubleConstant
           
 class FloatConstant
           
 class IntConstant
           
 class LongConstant
           
 class RealConstant
           
 

Methods in soot.jimple that return NumericConstant
 NumericConstant DoubleConstant.add(NumericConstant c)
           
 NumericConstant FloatConstant.add(NumericConstant c)
           
 NumericConstant IntConstant.add(NumericConstant c)
           
 NumericConstant LongConstant.add(NumericConstant c)
           
abstract  NumericConstant NumericConstant.add(NumericConstant c)
           
abstract  NumericConstant NumericConstant.add(NumericConstant c)
           
 NumericConstant LongConstant.add(NumericConstant c)
           
 NumericConstant IntConstant.add(NumericConstant c)
           
 NumericConstant FloatConstant.add(NumericConstant c)
           
 NumericConstant DoubleConstant.add(NumericConstant c)
           
 NumericConstant DoubleConstant.divide(NumericConstant c)
           
 NumericConstant FloatConstant.divide(NumericConstant c)
           
 NumericConstant IntConstant.divide(NumericConstant c)
           
 NumericConstant LongConstant.divide(NumericConstant c)
           
abstract  NumericConstant NumericConstant.divide(NumericConstant c)
           
abstract  NumericConstant NumericConstant.divide(NumericConstant c)
           
 NumericConstant LongConstant.divide(NumericConstant c)
           
 NumericConstant IntConstant.divide(NumericConstant c)
           
 NumericConstant FloatConstant.divide(NumericConstant c)
           
 NumericConstant DoubleConstant.divide(NumericConstant c)
           
 NumericConstant DoubleConstant.equalEqual(NumericConstant c)
           
 NumericConstant FloatConstant.equalEqual(NumericConstant c)
           
 NumericConstant IntConstant.equalEqual(NumericConstant c)
           
 NumericConstant LongConstant.equalEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.equalEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.equalEqual(NumericConstant c)
           
 NumericConstant LongConstant.equalEqual(NumericConstant c)
           
 NumericConstant IntConstant.equalEqual(NumericConstant c)
           
 NumericConstant FloatConstant.equalEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.equalEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.greaterThan(NumericConstant c)
           
 NumericConstant FloatConstant.greaterThan(NumericConstant c)
           
 NumericConstant IntConstant.greaterThan(NumericConstant c)
           
 NumericConstant LongConstant.greaterThan(NumericConstant c)
           
abstract  NumericConstant NumericConstant.greaterThan(NumericConstant c)
           
abstract  NumericConstant NumericConstant.greaterThan(NumericConstant c)
           
 NumericConstant LongConstant.greaterThan(NumericConstant c)
           
 NumericConstant IntConstant.greaterThan(NumericConstant c)
           
 NumericConstant FloatConstant.greaterThan(NumericConstant c)
           
 NumericConstant DoubleConstant.greaterThan(NumericConstant c)
           
 NumericConstant DoubleConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant FloatConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant IntConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant LongConstant.greaterThanOrEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.greaterThanOrEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant LongConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant IntConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant FloatConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.lessThan(NumericConstant c)
           
 NumericConstant FloatConstant.lessThan(NumericConstant c)
           
 NumericConstant IntConstant.lessThan(NumericConstant c)
           
 NumericConstant LongConstant.lessThan(NumericConstant c)
           
abstract  NumericConstant NumericConstant.lessThan(NumericConstant c)
           
abstract  NumericConstant NumericConstant.lessThan(NumericConstant c)
           
 NumericConstant LongConstant.lessThan(NumericConstant c)
           
 NumericConstant IntConstant.lessThan(NumericConstant c)
           
 NumericConstant FloatConstant.lessThan(NumericConstant c)
           
 NumericConstant DoubleConstant.lessThan(NumericConstant c)
           
 NumericConstant DoubleConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant FloatConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant IntConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant LongConstant.lessThanOrEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.lessThanOrEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant LongConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant IntConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant FloatConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.multiply(NumericConstant c)
           
 NumericConstant FloatConstant.multiply(NumericConstant c)
           
 NumericConstant IntConstant.multiply(NumericConstant c)
           
 NumericConstant LongConstant.multiply(NumericConstant c)
           
abstract  NumericConstant NumericConstant.multiply(NumericConstant c)
           
abstract  NumericConstant NumericConstant.multiply(NumericConstant c)
           
 NumericConstant LongConstant.multiply(NumericConstant c)
           
 NumericConstant IntConstant.multiply(NumericConstant c)
           
 NumericConstant FloatConstant.multiply(NumericConstant c)
           
 NumericConstant DoubleConstant.multiply(NumericConstant c)
           
 NumericConstant DoubleConstant.negate()
           
 NumericConstant FloatConstant.negate()
           
 NumericConstant IntConstant.negate()
           
 NumericConstant LongConstant.negate()
           
abstract  NumericConstant NumericConstant.negate()
           
abstract  NumericConstant NumericConstant.negate()
           
 NumericConstant LongConstant.negate()
           
 NumericConstant IntConstant.negate()
           
 NumericConstant FloatConstant.negate()
           
 NumericConstant DoubleConstant.negate()
           
 NumericConstant DoubleConstant.notEqual(NumericConstant c)
           
 NumericConstant FloatConstant.notEqual(NumericConstant c)
           
 NumericConstant IntConstant.notEqual(NumericConstant c)
           
 NumericConstant LongConstant.notEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.notEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.notEqual(NumericConstant c)
           
 NumericConstant LongConstant.notEqual(NumericConstant c)
           
 NumericConstant IntConstant.notEqual(NumericConstant c)
           
 NumericConstant FloatConstant.notEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.notEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.remainder(NumericConstant c)
           
 NumericConstant FloatConstant.remainder(NumericConstant c)
           
 NumericConstant IntConstant.remainder(NumericConstant c)
           
 NumericConstant LongConstant.remainder(NumericConstant c)
           
abstract  NumericConstant NumericConstant.remainder(NumericConstant c)
           
abstract  NumericConstant NumericConstant.remainder(NumericConstant c)
           
 NumericConstant LongConstant.remainder(NumericConstant c)
           
 NumericConstant IntConstant.remainder(NumericConstant c)
           
 NumericConstant FloatConstant.remainder(NumericConstant c)
           
 NumericConstant DoubleConstant.remainder(NumericConstant c)
           
 NumericConstant DoubleConstant.subtract(NumericConstant c)
           
 NumericConstant FloatConstant.subtract(NumericConstant c)
           
 NumericConstant IntConstant.subtract(NumericConstant c)
           
 NumericConstant LongConstant.subtract(NumericConstant c)
           
abstract  NumericConstant NumericConstant.subtract(NumericConstant c)
           
abstract  NumericConstant NumericConstant.subtract(NumericConstant c)
           
 NumericConstant LongConstant.subtract(NumericConstant c)
           
 NumericConstant IntConstant.subtract(NumericConstant c)
           
 NumericConstant FloatConstant.subtract(NumericConstant c)
           
 NumericConstant DoubleConstant.subtract(NumericConstant c)
           
 

Methods in soot.jimple with parameters of type NumericConstant
 NumericConstant DoubleConstant.add(NumericConstant c)
           
 NumericConstant FloatConstant.add(NumericConstant c)
           
 NumericConstant IntConstant.add(NumericConstant c)
           
 NumericConstant LongConstant.add(NumericConstant c)
           
abstract  NumericConstant NumericConstant.add(NumericConstant c)
           
abstract  NumericConstant NumericConstant.add(NumericConstant c)
           
 NumericConstant LongConstant.add(NumericConstant c)
           
 NumericConstant IntConstant.add(NumericConstant c)
           
 NumericConstant FloatConstant.add(NumericConstant c)
           
 NumericConstant DoubleConstant.add(NumericConstant c)
           
 NumericConstant DoubleConstant.divide(NumericConstant c)
           
 NumericConstant FloatConstant.divide(NumericConstant c)
           
 NumericConstant IntConstant.divide(NumericConstant c)
           
 NumericConstant LongConstant.divide(NumericConstant c)
           
abstract  NumericConstant NumericConstant.divide(NumericConstant c)
           
abstract  NumericConstant NumericConstant.divide(NumericConstant c)
           
 NumericConstant LongConstant.divide(NumericConstant c)
           
 NumericConstant IntConstant.divide(NumericConstant c)
           
 NumericConstant FloatConstant.divide(NumericConstant c)
           
 NumericConstant DoubleConstant.divide(NumericConstant c)
           
 NumericConstant DoubleConstant.equalEqual(NumericConstant c)
           
 NumericConstant FloatConstant.equalEqual(NumericConstant c)
           
 NumericConstant IntConstant.equalEqual(NumericConstant c)
           
 NumericConstant LongConstant.equalEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.equalEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.equalEqual(NumericConstant c)
           
 NumericConstant LongConstant.equalEqual(NumericConstant c)
           
 NumericConstant IntConstant.equalEqual(NumericConstant c)
           
 NumericConstant FloatConstant.equalEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.equalEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.greaterThan(NumericConstant c)
           
 NumericConstant FloatConstant.greaterThan(NumericConstant c)
           
 NumericConstant IntConstant.greaterThan(NumericConstant c)
           
 NumericConstant LongConstant.greaterThan(NumericConstant c)
           
abstract  NumericConstant NumericConstant.greaterThan(NumericConstant c)
           
abstract  NumericConstant NumericConstant.greaterThan(NumericConstant c)
           
 NumericConstant LongConstant.greaterThan(NumericConstant c)
           
 NumericConstant IntConstant.greaterThan(NumericConstant c)
           
 NumericConstant FloatConstant.greaterThan(NumericConstant c)
           
 NumericConstant DoubleConstant.greaterThan(NumericConstant c)
           
 NumericConstant DoubleConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant FloatConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant IntConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant LongConstant.greaterThanOrEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.greaterThanOrEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant LongConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant IntConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant FloatConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.greaterThanOrEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.lessThan(NumericConstant c)
           
 NumericConstant FloatConstant.lessThan(NumericConstant c)
           
 NumericConstant IntConstant.lessThan(NumericConstant c)
           
 NumericConstant LongConstant.lessThan(NumericConstant c)
           
abstract  NumericConstant NumericConstant.lessThan(NumericConstant c)
           
abstract  NumericConstant NumericConstant.lessThan(NumericConstant c)
           
 NumericConstant LongConstant.lessThan(NumericConstant c)
           
 NumericConstant IntConstant.lessThan(NumericConstant c)
           
 NumericConstant FloatConstant.lessThan(NumericConstant c)
           
 NumericConstant DoubleConstant.lessThan(NumericConstant c)
           
 NumericConstant DoubleConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant FloatConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant IntConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant LongConstant.lessThanOrEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.lessThanOrEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant LongConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant IntConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant FloatConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.lessThanOrEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.multiply(NumericConstant c)
           
 NumericConstant FloatConstant.multiply(NumericConstant c)
           
 NumericConstant IntConstant.multiply(NumericConstant c)
           
 NumericConstant LongConstant.multiply(NumericConstant c)
           
abstract  NumericConstant NumericConstant.multiply(NumericConstant c)
           
abstract  NumericConstant NumericConstant.multiply(NumericConstant c)
           
 NumericConstant LongConstant.multiply(NumericConstant c)
           
 NumericConstant IntConstant.multiply(NumericConstant c)
           
 NumericConstant FloatConstant.multiply(NumericConstant c)
           
 NumericConstant DoubleConstant.multiply(NumericConstant c)
           
 NumericConstant DoubleConstant.notEqual(NumericConstant c)
           
 NumericConstant FloatConstant.notEqual(NumericConstant c)
           
 NumericConstant IntConstant.notEqual(NumericConstant c)
           
 NumericConstant LongConstant.notEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.notEqual(NumericConstant c)
           
abstract  NumericConstant NumericConstant.notEqual(NumericConstant c)
           
 NumericConstant LongConstant.notEqual(NumericConstant c)
           
 NumericConstant IntConstant.notEqual(NumericConstant c)
           
 NumericConstant FloatConstant.notEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.notEqual(NumericConstant c)
           
 NumericConstant DoubleConstant.remainder(NumericConstant c)
           
 NumericConstant FloatConstant.remainder(NumericConstant c)
           
 NumericConstant IntConstant.remainder(NumericConstant c)
           
 NumericConstant LongConstant.remainder(NumericConstant c)
           
abstract  NumericConstant NumericConstant.remainder(NumericConstant c)
           
abstract  NumericConstant NumericConstant.remainder(NumericConstant c)
           
 NumericConstant LongConstant.remainder(NumericConstant c)
           
 NumericConstant IntConstant.remainder(NumericConstant c)
           
 NumericConstant FloatConstant.remainder(NumericConstant c)
           
 NumericConstant DoubleConstant.remainder(NumericConstant c)
           
 NumericConstant DoubleConstant.subtract(NumericConstant c)
           
 NumericConstant FloatConstant.subtract(NumericConstant c)
           
 NumericConstant IntConstant.subtract(NumericConstant c)
           
 NumericConstant LongConstant.subtract(NumericConstant c)
           
abstract  NumericConstant NumericConstant.subtract(NumericConstant c)
           
abstract  NumericConstant NumericConstant.subtract(NumericConstant c)
           
 NumericConstant LongConstant.subtract(NumericConstant c)
           
 NumericConstant IntConstant.subtract(NumericConstant c)
           
 NumericConstant FloatConstant.subtract(NumericConstant c)
           
 NumericConstant DoubleConstant.subtract(NumericConstant c)