Interface ShiftableConstant<A extends ShiftableConstant<A>>
- All Superinterfaces:
Acceptor<ConstantVisitor>
,ComparableConstant<A>
,Constant
,EquivTo
,Immediate
,LogicalConstant<A>
,NumericConstant<A>
,Value
- All Known Implementing Classes:
IntConstant
,LongConstant
public interface ShiftableConstant<A extends ShiftableConstant<A>>
extends NumericConstant<A>, LogicalConstant<A>
-
Method Summary
Modifier and TypeMethodDescriptionMethods 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
Methods inherited from interface sootup.core.jimple.common.constant.LogicalConstant
and, or, xor
Methods inherited from interface sootup.core.jimple.common.constant.NumericConstant
add, divide, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual, multiply, negate, remainder, subtract
-
Method Details
-
shiftLeft
-
shiftRight
-
unsignedShiftRight
-