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

E17493-01

Uses of Package
oracle.javatools.parser.java.v2.model

Packages that use oracle.javatools.parser.java.v2.model
oracle.javatools.parser.java.v2 The parser API. 
oracle.javatools.parser.java.v2.classfile The parser's class file reader. 
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.model.doc The parser model API for doc elements. 
oracle.javatools.parser.java.v2.model.expression The parser model API for expressions. 
oracle.javatools.parser.java.v2.model.statement The parser model API for statements. 
oracle.javatools.parser.java.v2.util Various utilities for use with the parser. 
oracle.javatools.parser.java.v2.util.filter Filter utilities for use with the parser. 
oracle.javatools.parser.java.v2.write API involved with writing. 
oracle.jdeveloper.builder.annotation   
oracle.jdeveloper.builder.enumtype   
oracle.jdeveloper.java Public API for the java model. 
oracle.jdeveloper.java.dependency Provides dependency information for Java. 
oracle.jdeveloper.java.provider Public implementations of the JavaFileProvider interface. 
oracle.jdeveloper.java.util Public utilities for use with the java model, including the parser. 
oracle.jdeveloper.webapp.faces   
oracle.jdeveloper.webapp.faces.backingfile   
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2
JavaClass
          A JavaClass is mostly the equivalent of java/lang/Class.
JavaFile
          A compilation unit.
JavaHasType
          A JavaHasType object has a descriptor and a signature.
JavaMethod
          The JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method.
JavaPackage
          A JavaPackage is the compiled representation of a Java package.
JavaType
          JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType.
SourceAnnotation
          An annotation (not to be confused with annotation type).
SourceBlock
          The SourceCodeBlock represents code blocks for methods and statements.
SourceBlockElement
          A SourceElement that may be a child of a SourceBlock.
SourceClass
          A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types.
SourceClassBody
          A class body, sometimes called a class block.
SourceClassInitializer
          The SourceMember represents a member declaration for a type.
SourceElement
          Every node in the java parse tree is a subinterface of a SourceElement.
SourceEnumConstant
          An enum constant.
SourceFieldDeclaration
          A field (or enum constant) declaration.
SourceFieldVariable
          A field variable.
SourceFile
          The SourceFile represents the root node for a complete Source source file.
SourceFormalParameter
          A formal parameter.
SourceFormalParameterList
          A formal parameter list.
SourceImport
          An import declaration.
SourceInterfacesClause
          An extends and/or an implements clause.
SourceLexicalBlankline
          A whitespace token.
SourceLexicalComment
          A comment token.
SourceLocalVariable
          A local variable or formal parameter.
SourceLocalVariableDeclaration
          A local variable declaration.
SourceMember
          The SourceMember represents a member declaration for a type.
SourceMethod
          A SourceMethod is the syntactic (aka symbolic) representation of a java method or constructor declaration.
SourceName
          A name.
SourcePackage
          The SourcePackage.
SourceSuperclassClause
          An extends and/or an implements clause.
SourceThrowsClause
          A throws clause for a method or constructor declaration.
SourceTypeArgument
          A type argument for a type reference.
SourceTypeParameter
          A type parameter.
SourceTypeReference
          A type reference.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.classfile
Element
          The common base type of SourceElement and JavaElement.
JavaClass
          A JavaClass is mostly the equivalent of java/lang/Class.
JavaElement
          CompiledObject is the compiled representation of a syntactic (aka symbolic) java element.
JavaHasAnnotations
          All runtime annotations are provided, both visible and invisible.
JavaHasName
          A JavaHasName object has a name.
JavaHasType
          A JavaHasType object has a descriptor and a signature.
JavaIsGeneric
          A generic declaration declares type parameters.
JavaMember
          A JavaMember is the base interface of several Java entities, such as fields, methods, classes, initializers, and types.
JavaType
          JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.common
Element
          The common base type of SourceElement and JavaElement.
JavaAnnotation
          An instance of an annotation type.
JavaClass
          A JavaClass is mostly the equivalent of java/lang/Class.
JavaElement
          CompiledObject is the compiled representation of a syntactic (aka symbolic) java element.
JavaField
          The JavaField is the compiled representation of a java field.
JavaFile
          A compilation unit.
JavaHasAnnotations
          All runtime annotations are provided, both visible and invisible.
JavaHasName
          A JavaHasName object has a name.
JavaHasType
          A JavaHasType object has a descriptor and a signature.
JavaIsGeneric
          A generic declaration declares type parameters.
JavaLocalVariable
          A compile-time local variable (or formal parameter).
JavaMember
          A JavaMember is the base interface of several Java entities, such as fields, methods, classes, initializers, and types.
JavaMethod
          The JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method.
JavaPackage
          A JavaPackage is the compiled representation of a Java package.
JavaType
          JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType.
JavaTypeVariable
          The TypeVariable is a new concept in jdk 1.5.
JavaVariable
          The JavaVariable is the compiled representation of a local variable, including formal parameters.
JavaWildcardType
          The WildcardType is a new concept in jdk 1.5.
SourceAnnotation
          An annotation (not to be confused with annotation type).
SourceClass
          A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types.
SourceElement
          Every node in the java parse tree is a subinterface of a SourceElement.
SourceFile
          The SourceFile represents the root node for a complete Source source file.
SourceHasModifiers
          A SourceElement that may have modifiers.
SourceMemberVariable
          A field (or enum constant) variable.
SourceMethod
          A SourceMethod is the syntactic (aka symbolic) representation of a java method or constructor declaration.
UnresolvedType
          Information about a JavaHasType, useful when JavaHasType.getResolvedType() returns null.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.model
CompiledImport
          A traditional narrow import declaration imports a single type.
Element
          The common base type of SourceElement and JavaElement.
JavaAnnotation
          An instance of an annotation type.
JavaClass
          A JavaClass is mostly the equivalent of java/lang/Class.
JavaElement
          CompiledObject is the compiled representation of a syntactic (aka symbolic) java element.
JavaField
          The JavaField is the compiled representation of a java field.
JavaFile
          A compilation unit.
JavaHasAnnotations
          All runtime annotations are provided, both visible and invisible.
JavaHasName
          A JavaHasName object has a name.
JavaHasType
          A JavaHasType object has a descriptor and a signature.
JavaIsGeneric
          A generic declaration declares type parameters.
JavaLocalVariable
          A compile-time local variable (or formal parameter).
JavaMember
          A JavaMember is the base interface of several Java entities, such as fields, methods, classes, initializers, and types.
JavaMethod
          The JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method.
JavaPackage
          A JavaPackage is the compiled representation of a Java package.
JavaType
          JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType.
JavaTypeVariable
          The TypeVariable is a new concept in jdk 1.5.
JavaVariable
          The JavaVariable is the compiled representation of a local variable, including formal parameters.
NodeBinding
          A client data object.
SourceAnnotation
          An annotation (not to be confused with annotation type).
SourceBlock
          The SourceCodeBlock represents code blocks for methods and statements.
SourceBlockElement
          A SourceElement that may be a child of a SourceBlock.
SourceClass
          A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types.
SourceClassBody
          A class body, sometimes called a class block.
SourceClassInitializer
          The SourceMember represents a member declaration for a type.
SourceElement
          Every node in the java parse tree is a subinterface of a SourceElement.
SourceEnumConstant
          An enum constant.
SourceError
          An error found in the parse tree.
SourceFieldDeclaration
          A field (or enum constant) declaration.
SourceFieldVariable
          A field variable.
SourceFile
          The SourceFile represents the root node for a complete Source source file.
SourceFormalParameter
          A formal parameter.
SourceFormalParameterList
          A formal parameter list.
SourceHasBlock
          A source element that has a block.
SourceHasModifiers
          A SourceElement that may have modifiers.
SourceHasName
          A SourceHasName has a SourceName (notice that this is a SourceToken child) child.
SourceHasType
          A SourceElement that has a type reference.
SourceImport
          An import declaration.
SourceInterfacesClause
          An extends and/or an implements clause.
SourceLexicalElement
          A lexical element is what the JLS refers to as an input element in section 3.5.
SourceLocalVariable
          A local variable or formal parameter.
SourceMember
          The SourceMember represents a member declaration for a type.
SourceMemberVariable
          A field (or enum constant) variable.
SourceMethod
          A SourceMethod is the syntactic (aka symbolic) representation of a java method or constructor declaration.
SourceName
          A name.
SourcePackage
          The SourcePackage.
SourceSuperclassClause
          An extends and/or an implements clause.
SourceThrowsClause
          A throws clause for a method or constructor declaration.
SourceTypeArgument
          A type argument for a type reference.
SourceTypeParameter
          A type parameter.
SourceTypeReference
          A type reference.
SourceVariable
          A SourceVariable is the syntactic (aka symbolic) representation of a java variable, including: field variables, enum constant variables, local variables, and formal parameters.
SourceVariableDeclaration
          The common base interface for a field declaration and a local variable declaration.
UnresolvedType
          Information about a JavaHasType, useful when JavaHasType.getResolvedType() returns null.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.model.doc
Element
          The common base type of SourceElement and JavaElement.
JavaElement
          CompiledObject is the compiled representation of a syntactic (aka symbolic) java element.
JavaHasName
          A JavaHasName object has a name.
JavaHasType
          A JavaHasType object has a descriptor and a signature.
JavaMember
          A JavaMember is the base interface of several Java entities, such as fields, methods, classes, initializers, and types.
SourceElement
          Every node in the java parse tree is a subinterface of a SourceElement.
SourceFormalParameter
          A formal parameter.
SourceHasName
          A SourceHasName has a SourceName (notice that this is a SourceToken child) child.
SourceMember
          The SourceMember represents a member declaration for a type.
SourceName
          A name.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.model.expression
Element
          The common base type of SourceElement and JavaElement.
JavaElement
          CompiledObject is the compiled representation of a syntactic (aka symbolic) java element.
JavaHasAnnotations
          All runtime annotations are provided, both visible and invisible.
JavaHasName
          A JavaHasName object has a name.
JavaHasType
          A JavaHasType object has a descriptor and a signature.
JavaMethod
          The JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method.
JavaVariable
          The JavaVariable is the compiled representation of a local variable, including formal parameters.
SourceAnnotation
          An annotation (not to be confused with annotation type).
SourceClass
          A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types.
SourceElement
          Every node in the java parse tree is a subinterface of a SourceElement.
SourceHasName
          A SourceHasName has a SourceName (notice that this is a SourceToken child) child.
SourceHasType
          A SourceElement that has a type reference.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.model.statement
Element
          The common base type of SourceElement and JavaElement.
JavaElement
          CompiledObject is the compiled representation of a syntactic (aka symbolic) java element.
JavaHasName
          A JavaHasName object has a name.
SourceBlockElement
          A SourceElement that may be a child of a SourceBlock.
SourceElement
          Every node in the java parse tree is a subinterface of a SourceElement.
SourceHasBlock
          A source element that has a block.
SourceHasName
          A SourceHasName has a SourceName (notice that this is a SourceToken child) child.
SourceLocalVariable
          A local variable or formal parameter.
SourceLocalVariableDeclaration
          A local variable declaration.
SourceName
          A name.
SourceVariable
          A SourceVariable is the syntactic (aka symbolic) representation of a java variable, including: field variables, enum constant variables, local variables, and formal parameters.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.util
JavaClass
          A JavaClass is mostly the equivalent of java/lang/Class.
JavaElement
          CompiledObject is the compiled representation of a syntactic (aka symbolic) java element.
JavaField
          The JavaField is the compiled representation of a java field.
JavaHasType
          A JavaHasType object has a descriptor and a signature.
JavaIsGeneric
          A generic declaration declares type parameters.
JavaLocalVariable
          A compile-time local variable (or formal parameter).
JavaMember
          A JavaMember is the base interface of several Java entities, such as fields, methods, classes, initializers, and types.
JavaMethod
          The JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method.
JavaPackage
          A JavaPackage is the compiled representation of a Java package.
JavaType
          JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType.
SourceAnnotation
          An annotation (not to be confused with annotation type).
SourceBlock
          The SourceCodeBlock represents code blocks for methods and statements.
SourceClass
          A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types.
SourceClassBody
          A class body, sometimes called a class block.
SourceClassInitializer
          The SourceMember represents a member declaration for a type.
SourceElement
          Every node in the java parse tree is a subinterface of a SourceElement.
SourceEnumConstant
          An enum constant.
SourceError
          An error found in the parse tree.
SourceFieldDeclaration
          A field (or enum constant) declaration.
SourceFieldVariable
          A field variable.
SourceFile
          The SourceFile represents the root node for a complete Source source file.
SourceFormalParameter
          A formal parameter.
SourceFormalParameterList
          A formal parameter list.
SourceImport
          An import declaration.
SourceInterfacesClause
          An extends and/or an implements clause.
SourceLocalVariable
          A local variable or formal parameter.
SourceLocalVariableDeclaration
          A local variable declaration.
SourceMethod
          A SourceMethod is the syntactic (aka symbolic) representation of a java method or constructor declaration.
SourceName
          A name.
SourcePackage
          The SourcePackage.
SourceSuperclassClause
          An extends and/or an implements clause.
SourceThrowsClause
          A throws clause for a method or constructor declaration.
SourceTypeArgument
          A type argument for a type reference.
SourceTypeParameter
          A type parameter.
SourceTypeReference
          A type reference.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.util.filter
JavaElement
          CompiledObject is the compiled representation of a syntactic (aka symbolic) java element.
JavaType
          JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType.
SourceHasModifiers
          A SourceElement that may have modifiers.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.write
SourceFile
          The SourceFile represents the root node for a complete Source source file.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.builder.annotation
SourceClass
          A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types.
SourceFile
          The SourceFile represents the root node for a complete Source source file.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.builder.enumtype
SourceClass
          A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types.
SourceFile
          The SourceFile represents the root node for a complete Source source file.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.java
JavaClass
          A JavaClass is mostly the equivalent of java/lang/Class.
JavaFile
          A compilation unit.
JavaPackage
          A JavaPackage is the compiled representation of a Java package.
JavaType
          JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType.
SourceClass
          A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types.
SourceFile
          The SourceFile represents the root node for a complete Source source file.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.java.dependency
SourceElement
          Every node in the java parse tree is a subinterface of a SourceElement.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.java.provider
Element
          The common base type of SourceElement and JavaElement.
JavaClass
          A JavaClass is mostly the equivalent of java/lang/Class.
JavaElement
          CompiledObject is the compiled representation of a syntactic (aka symbolic) java element.
JavaFile
          A compilation unit.
JavaHasAnnotations
          All runtime annotations are provided, both visible and invisible.
JavaHasName
          A JavaHasName object has a name.
JavaHasType
          A JavaHasType object has a descriptor and a signature.
JavaIsGeneric
          A generic declaration declares type parameters.
JavaMember
          A JavaMember is the base interface of several Java entities, such as fields, methods, classes, initializers, and types.
JavaPackage
          A JavaPackage is the compiled representation of a Java package.
JavaType
          JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType.
SourceClass
          A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types.
SourceFile
          The SourceFile represents the root node for a complete Source source file.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.java.util
JavaType
          JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType.
SourceBlock
          The SourceCodeBlock represents code blocks for methods and statements.
SourceClass
          A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types.
SourceClassBody
          A class body, sometimes called a class block.
SourceClassInitializer
          The SourceMember represents a member declaration for a type.
SourceElement
          Every node in the java parse tree is a subinterface of a SourceElement.
SourceFieldDeclaration
          A field (or enum constant) declaration.
SourceFile
          The SourceFile represents the root node for a complete Source source file.
SourceLocalVariable
          A local variable or formal parameter.
SourceMember
          The SourceMember represents a member declaration for a type.
SourceMethod
          A SourceMethod is the syntactic (aka symbolic) representation of a java method or constructor declaration.
SourceVariable
          A SourceVariable is the syntactic (aka symbolic) representation of a java variable, including: field variables, enum constant variables, local variables, and formal parameters.
SourceVariableDeclaration
          The common base interface for a field declaration and a local variable declaration.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.webapp.faces
JavaClass
          A JavaClass is mostly the equivalent of java/lang/Class.
JavaMethod
          The JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method.
SourceClass
          A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types.
 

Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.webapp.faces.backingfile
JavaType
          JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType.
SourceClass
          A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types.
 


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.