public interface FixedPointConstants
Modifier and Type | Field and Description |
---|---|
static byte |
CHANGED
A return value which indicates that a lhs has changed, and the statement might
need to be evaluated again.
|
static byte |
CHANGED_AND_FIXED
A return value which indicates that lhs has changed, and the statement need not
be evaluated again.
|
static int |
CHANGED_MASK
The bit-mask which defines the "CHANGED" flag
|
static int |
FIXED_MASK
The bit-mask which defines the "FIXED" flag
|
static byte |
NOT_CHANGED
A return value which indicates that lhs has not changed, and the statement might
need to be evaluated again.
|
static byte |
NOT_CHANGED_AND_FIXED
A return value which indicates that lhs has not changed, and the statement need
not be evaluated again.
|
static int |
SIDE_EFFECT_MASK
The bit-mask which defines the "SIDE EFFECT" flag
|
static final byte CHANGED
static final byte NOT_CHANGED
static final byte CHANGED_AND_FIXED
static final byte NOT_CHANGED_AND_FIXED
static final int CHANGED_MASK
static final int FIXED_MASK
static final int SIDE_EFFECT_MASK