Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Interface
oracle.javatools.parser.java.v2.model.SourceHasModifiers

Packages that use SourceHasModifiers
oracle.javatools.parser.java.v2.common Classes common to model implementations. 
oracle.javatools.parser.java.v2.model The parser model API. 
oracle.javatools.parser.java.v2.util.filter Filter utilities for use with the parser. 
 

Uses of SourceHasModifiers in oracle.javatools.parser.java.v2.common
 

Methods in oracle.javatools.parser.java.v2.common with parameters of type SourceHasModifiers
static SourceAnnotation CommonUtilities.getSourceElement(JavaAnnotation target, SourceHasModifiers searchSpace)
           
 

Uses of SourceHasModifiers in oracle.javatools.parser.java.v2.model
 

Subinterfaces of SourceHasModifiers in oracle.javatools.parser.java.v2.model
 interface SourceCatchParameter
          Represents a catch clause parameter, which is similar to a SourceFormalParameter except the type can be the union of several disjunct types
 interface SourceClass
          A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types.
 interface SourceClassInitializer
          The SourceMember represents a member declaration for a type.
 interface SourceEnumConstant
          An enum constant.
 interface SourceFieldDeclaration
          A field (or enum constant) declaration.
 interface SourceFieldVariable
          A field variable.
 interface SourceFormalParameter
          A formal parameter.
 interface SourceImport
          An import declaration.
 interface SourceLocalVariable
          A local variable or formal parameter.
 interface SourceLocalVariableDeclaration
          A local variable declaration.
 interface SourceMember
          The SourceMember represents a member declaration for a type.
 interface SourceMemberVariable
          A field (or enum constant) variable.
 interface SourceMethod
          A SourceMethod is the syntactic (aka symbolic) representation of a java method or constructor declaration.
 interface SourcePackage
          The SourcePackage.
 interface SourceVariable
          A SourceVariable is the syntactic (aka symbolic) representation of a java variable, including: field variables, enum constant variables, local variables, and formal parameters.
 interface SourceVariableDeclaration
          The common base interface for a field declaration and a local variable declaration.
 

Uses of SourceHasModifiers in oracle.javatools.parser.java.v2.util.filter
 

Constructors in oracle.javatools.parser.java.v2.util.filter with parameters of type SourceHasModifiers
AnnotationFilter(SourceHasModifiers decl)
          Creates a Filter that only accepts annotation types that may target the input declaration.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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