Uses of Class
sootup.core.jimple.common.constant.IntConstant
Package
Description
-
Uses of IntConstant in sootup.core.jimple
Modifier and TypeMethodDescriptionstatic JSwitchStmt
Jimple.newLookupSwitchStmt
(Immediate key, List<IntConstant> lookupValues, StmtPositionInfo posInfo) Constructs a LookupSwitchStmt(Immediate, List of Immediate, List of Stmt, Stmt) grammar chunk. -
Uses of IntConstant in sootup.core.jimple.common.constant
Modifier and TypeMethodDescriptionIntConstant.add
(IntConstant c) IntConstant.and
(IntConstant c) LongConstant.cmp
(LongConstant c) Compares the value of LongConstant.DoubleConstant.cmpg
(DoubleConstant constant) FloatConstant.cmpg
(FloatConstant constant) Performs the indicated floating point comparison.DoubleConstant.cmpl
(DoubleConstant constant) FloatConstant.cmpl
(FloatConstant constant) Performs the indicated floating point comparison.IntConstant.divide
(IntConstant c) static IntConstant
IntConstant.getInstance
(int value) IntConstant.multiply
(IntConstant c) IntConstant.negate()
IntConstant.or
(IntConstant c) IntConstant.remainder
(IntConstant c) IntConstant.shiftLeft
(IntConstant c) IntConstant.shiftRight
(IntConstant c) IntConstant.subtract
(IntConstant c) IntConstant.unsignedShiftRight
(IntConstant c) IntConstant.xor
(IntConstant c) Modifier and TypeMethodDescriptionIntConstant.add
(IntConstant c) IntConstant.and
(IntConstant c) IntConstant.divide
(IntConstant c) IntConstant.equalEqual
(IntConstant c) IntConstant.greaterThan
(IntConstant c) IntConstant.greaterThanOrEqual
(IntConstant c) IntConstant.lessThan
(IntConstant c) IntConstant.lessThanOrEqual
(IntConstant c) IntConstant.multiply
(IntConstant c) IntConstant.notEqual
(IntConstant c) IntConstant.or
(IntConstant c) IntConstant.remainder
(IntConstant c) IntConstant.shiftLeft
(IntConstant c) LongConstant.shiftLeft
(IntConstant c) ShiftableConstant.shiftLeft
(IntConstant c) IntConstant.shiftRight
(IntConstant c) LongConstant.shiftRight
(IntConstant c) ShiftableConstant.shiftRight
(IntConstant c) IntConstant.subtract
(IntConstant c) IntConstant.unsignedShiftRight
(IntConstant c) LongConstant.unsignedShiftRight
(IntConstant c) ShiftableConstant.unsignedShiftRight
(IntConstant c) IntConstant.xor
(IntConstant c) -
Uses of IntConstant in sootup.core.jimple.javabytecode.stmt
ModifierConstructorDescriptionJSwitchStmt
(Immediate key, List<IntConstant> lookupValues, StmtPositionInfo positionInfo) Constructs a new JSwitchStmt. -
Uses of IntConstant in sootup.core.jimple.visitor
Modifier and TypeMethodDescriptionvoid
AbstractConstantVisitor.caseIntConstant
(IntConstant constant) void
AbstractValueVisitor.caseIntConstant
(IntConstant constant) void
ConstantVisitor.caseIntConstant
(IntConstant constant)