Uses of Class
sootup.core.jimple.common.constant.LongConstant
-
Uses of LongConstant in sootup.core.jimple.common.constant
Modifier and TypeMethodDescriptionLongConstant.add
(LongConstant c) LongConstant.and
(LongConstant c) LongConstant.divide
(LongConstant c) static LongConstant
LongConstant.getInstance
(long value) LongConstant.multiply
(LongConstant c) LongConstant.negate()
LongConstant.or
(LongConstant c) LongConstant.remainder
(LongConstant c) LongConstant.shiftLeft
(IntConstant c) LongConstant.shiftRight
(IntConstant c) LongConstant.subtract
(LongConstant c) LongConstant.unsignedShiftRight
(IntConstant c) LongConstant.xor
(LongConstant c) Modifier and TypeMethodDescriptionLongConstant.add
(LongConstant c) LongConstant.and
(LongConstant c) LongConstant.cmp
(LongConstant c) Compares the value of LongConstant.LongConstant.divide
(LongConstant c) LongConstant.equalEqual
(LongConstant c) LongConstant.greaterThan
(LongConstant c) LongConstant.greaterThanOrEqual
(LongConstant c) LongConstant.lessThan
(LongConstant c) LongConstant.lessThanOrEqual
(LongConstant c) LongConstant.multiply
(LongConstant c) LongConstant.notEqual
(LongConstant c) LongConstant.or
(LongConstant c) LongConstant.remainder
(LongConstant c) LongConstant.subtract
(LongConstant c) LongConstant.xor
(LongConstant c) -
Uses of LongConstant in sootup.core.jimple.visitor
Modifier and TypeMethodDescriptionvoid
AbstractConstantVisitor.caseLongConstant
(LongConstant constant) void
AbstractValueVisitor.caseLongConstant
(LongConstant constant) void
ConstantVisitor.caseLongConstant
(LongConstant constant)