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