Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.javatools.parser.java.v2
Interface CallerContext.Constants

All Known Implementing Classes:
CallerContext.InputOptions
Enclosing class:
CallerContext

public static interface CallerContext.Constants

Constants for use with CallerContext.


Field Summary
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_ROOT_PACKAGES
          Input set should not include root packages.
static byte NO_SELF_TYPE
          Input set should not include the immediately enclosing type.

 

Field Detail

INPUT_METHODS

static final byte INPUT_METHODS
Input set includes methods.
See Also:
Constant Field Values

INPUT_PACKAGES

static final byte INPUT_PACKAGES
Input set includes packages.
See Also:
Constant Field Values

INPUT_TYPES

static final byte INPUT_TYPES
Input set includes types.
See Also:
Constant Field Values

INPUT_VARIABLES

static final byte INPUT_VARIABLES
Input set includes variables.
See Also:
Constant Field Values

INPUT_LABELS

static final byte INPUT_LABELS
Input set includes statement labels.
See Also:
Constant Field Values

INPUT_ANNOTATION_ELEMENTS

static final byte INPUT_ANNOTATION_ELEMENTS
Input set includes annotation element names
See Also:
Constant Field Values

INPUT_ENUM_VALUES

static final byte INPUT_ENUM_VALUES
Input set includes enum values
See Also:
Constant Field Values

INPUT_MAKE_NARROW_IMPORTS_WIDE

static final byte INPUT_MAKE_NARROW_IMPORTS_WIDE
Input set includes types from wide imports deduced from narrow ones
See Also:
Constant Field Values

NO_IMPORTS

static final byte NO_IMPORTS
Input set should not include imported names. If true, then this also means the input set should not include names from the same package that do not appear in this compilation unit.
See Also:
Constant Field Values

NO_ROOT_PACKAGES

static final byte NO_ROOT_PACKAGES
Input set should not include root packages.
See Also:
Constant Field Values

NO_OBJECT_DOT_STATIC

static final byte NO_OBJECT_DOT_STATIC
Input set should not include static members on an instance (explicit) lhs.
See Also:
Constant Field Values

NO_OBJECT_MEMBERS

static final byte NO_OBJECT_MEMBERS
Input set should not include members from java/lang/Object.
See Also:
Constant Field Values

NO_DEPRECATED

static final byte NO_DEPRECATED
Input set should not include deprecated members.
See Also:
Constant Field Values

NO_HIDDEN

static final byte NO_HIDDEN
Input set should not include hidden members.
See Also:
Constant Field Values

NO_SELF_TYPE

static final byte NO_SELF_TYPE
Input set should not include the immediately enclosing type.
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.