Skip navigation links

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

E17493-03


Package oracle.javatools.parser.java.v2.util.filter

Filter utilities for use with the parser.

See:
          Description

Interface Summary
JavaFilter A JavaFilter is intended for use with the CallerContext.list* methods in the base package.

 

Class Summary
AndFilter An AndFilter is a SourceFilter that accepts an element if all of the input filters accept the element.
AnnotationFilter Accepts types that are annotation types.
AssignableFilter A AssignableFilter accepts any element whose resolved type may be assigned to the target type.
DeprecatedFilter A AssignableFilter rejects elements that are deprecated.
OrFilter An OrFilter is a SourceFilter that accepts an element if at least one of the input filters accepts the element.

 

Package oracle.javatools.parser.java.v2.util.filter Description

Filter utilities for use with the parser.


Skip navigation links

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

E17493-03


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