public static interface CallerContext.Constants
| Modifier and Type | Field and Description | 
|---|---|
static byte | 
INPUT_ANNOTATION_ELEMENTS
Input set includes annotation element names 
 | 
static byte | 
INPUT_ENUM_VALUES
Input set includes enum values 
 | 
static byte | 
INPUT_LABELS
Input set includes statement labels. 
 | 
static byte | 
INPUT_MAKE_NARROW_IMPORTS_WIDE
Input set includes types from wide imports deduced from narrow ones 
 | 
static byte | 
INPUT_METHODS
Input set includes methods. 
 | 
static byte | 
INPUT_PACKAGES
Input set includes packages. 
 | 
static byte | 
INPUT_TYPES
Input set includes types. 
 | 
static byte | 
INPUT_VARIABLES
Input set includes variables. 
 | 
static byte | 
NO_DEPRECATED
Input set should not include deprecated members. 
 | 
static byte | 
NO_HIDDEN
Input set should not include hidden members. 
 | 
static byte | 
NO_IMPORTS
Input set should not include imported names. 
 | 
static byte | 
NO_OBJECT_DOT_STATIC
Input set should not include static members on an instance (explicit) lhs. 
 | 
static byte | 
NO_OBJECT_MEMBERS
Input set should not include members from java/lang/Object. 
 | 
static byte | 
NO_PRIMITIVE_TYPES
Input set should not include primitive types. 
 | 
static byte | 
NO_ROOT_PACKAGES
Input set should not include root packages. 
 | 
static byte | 
NO_SELF_TYPE
Input set should not include the immediately enclosing type. 
 | 
static final byte INPUT_METHODS
static final byte INPUT_PACKAGES
static final byte INPUT_TYPES
static final byte INPUT_VARIABLES
static final byte INPUT_LABELS
static final byte INPUT_ANNOTATION_ELEMENTS
static final byte INPUT_ENUM_VALUES
static final byte INPUT_MAKE_NARROW_IMPORTS_WIDE
static final byte NO_IMPORTS
static final byte NO_ROOT_PACKAGES
static final byte NO_OBJECT_DOT_STATIC
static final byte NO_OBJECT_MEMBERS
static final byte NO_DEPRECATED
static final byte NO_HIDDEN
static final byte NO_SELF_TYPE
static final byte NO_PRIMITIVE_TYPES