BottomType
, DoubleExtraType
, ExceptionObjectType
, FindRefComparison
, LongExtraType
, NullType
, StandardTypeMerger
, TopType
public interface ExtendedTypes
TypeFrame
,
TypeAnalysis
Modifier and Type | Field | Description |
---|---|---|
static byte |
T_AVAIL_TYPE |
A Type code that is available for "user-defined" types.
|
static byte |
T_BOTTOM |
Special type code for the "Bottom" type in the lattice.
|
static byte |
T_DOUBLE_EXTRA |
Special type that represents the value store in local n+1 when a
double value is stored in local n.
|
static byte |
T_EXCEPTION |
Special type code for "Exception" object type, which is an instance of
the ExceptionObjectType class.
|
static byte |
T_LONG_EXTRA |
Special type that represents the value store in local n+1 when a
long value is stored in local n.
|
static byte |
T_NULL |
Special type code for the "Null" type.
|
static byte |
T_TOP |
Special type code for the "Top" type in the lattice.
|
static final byte T_TOP
static final byte T_LONG_EXTRA
static final byte T_DOUBLE_EXTRA
static final byte T_BOTTOM
static final byte T_NULL
static final byte T_EXCEPTION
static final byte T_AVAIL_TYPE
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.