|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.javatools.parser.java.v2.CallerContext.InputOptions
public static class CallerContext.InputOptions
Input options for use with CallerContext.
Field Summary | |
---|---|
JavaFilter |
filter The filter to run against the inital output set. |
byte |
input Valid values are Constants.INPUT_*. |
byte |
squash Valid values are Constants.NO_*. |
Fields inherited from interface oracle.javatools.parser.java.v2.CallerContext.Constants |
---|
INPUT_ANNOTATION_ELEMENTS, INPUT_ENUM_VALUES, INPUT_LABELS, INPUT_MAKE_NARROW_IMPORTS_WIDE, INPUT_METHODS, INPUT_PACKAGES, INPUT_TYPES, INPUT_VARIABLES, NO_DEPRECATED, NO_HIDDEN, NO_IMPORTS, NO_OBJECT_DOT_STATIC, NO_OBJECT_MEMBERS, NO_ROOT_PACKAGES, NO_SELF_TYPE |
Constructor Summary | |
---|---|
CallerContext.InputOptions() Creates an empty (default) InputOptions instance. |
|
CallerContext.InputOptions(CallerContext.InputOptions other) Creates a copy of from another InputOptions instance. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public byte input
public byte squash
public JavaFilter filter
Constructor Detail |
---|
public CallerContext.InputOptions()
public CallerContext.InputOptions(CallerContext.InputOptions other)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |