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

E17493-01

oracle.javatools.parser.java.v2
Class CallerContext.InputOptions

java.lang.Object
  extended by oracle.javatools.parser.java.v2.CallerContext.InputOptions
All Implemented Interfaces:
CallerContext.Constants
Enclosing class:
CallerContext

public static class CallerContext.InputOptions
extends java.lang.Object
implements CallerContext.Constants

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

input

public byte input
Valid values are Constants.INPUT_*.


squash

public byte squash
Valid values are Constants.NO_*.


filter

public JavaFilter filter
The filter to run against the inital output set.

Constructor Detail

CallerContext.InputOptions

public CallerContext.InputOptions()
Creates an empty (default) InputOptions instance.


CallerContext.InputOptions

public CallerContext.InputOptions(CallerContext.InputOptions other)
Creates a copy of from another InputOptions instance.


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

E17493-01

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