public static class CallerContext.InputOptions extends java.lang.Object implements CallerContext.Constants
Modifier and Type | Field and Description |
---|---|
JavaFilter |
filter
The filter to run against the inital output set.
|
int |
input
Valid values are Constants.INPUT_*.
|
int |
squash
Valid values are Constants.NO_*.
|
INPUT_ANNOTATION_ELEMENTS, INPUT_ENUM_VALUES, INPUT_LABELS, INPUT_MAKE_NARROW_IMPORTS_WIDE, INPUT_METHOD_REFERENCES, INPUT_METHODS, INPUT_PACKAGES, INPUT_TYPES, INPUT_VARIABLES, NO_DEPRECATED, NO_HIDDEN, NO_IMPORTS, NO_OBJECT_DOT_STATIC, NO_OBJECT_MEMBERS, NO_PRIMITIVE_TYPES, NO_ROOT_PACKAGES, NO_SELF_TYPE
Constructor and Description |
---|
CallerContext.InputOptions()
Creates an empty (default) InputOptions instance.
|
CallerContext.InputOptions(CallerContext.InputOptions other)
Creates a copy of from another InputOptions instance.
|
public int input
public int squash
public JavaFilter filter
public CallerContext.InputOptions()
public CallerContext.InputOptions(CallerContext.InputOptions other)