| Package | Description |
|---|---|
| proguard.evaluation.value |
This package contains classes that represent partial evaluation values.
|
| Modifier and Type | Method and Description |
|---|---|
LongValue |
IntegerValue.shiftLeftOf(UnknownLongValue other)
Returns the given UnknownLongValue, shifted left by this IntegerValue.
|
LongValue |
IntegerValue.shiftRightOf(UnknownLongValue other)
Returns the given UnknownLongValue, shifted right by this IntegerValue.
|
LongValue |
IntegerValue.unsignedShiftRightOf(UnknownLongValue other)
Returns the given unsigned UnknownLongValue, shifted right by this
IntegerValue.
|
Copyright © 2015. All Rights Reserved.