| Package | Description | 
|---|---|
| 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.util | 
 Various utilities for use with the parser. 
 | 
| oracle.jdeveloper.java.provider | 
 Public implementations of the JavaFileProvider interface. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
oracle.javatools.parser.java.v2.classfile.ClClass
The ClClass object wraps a ClassFile object. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractClass
An abstract implementation of JavaClass. 
 | 
class  | 
AbstractField
An abstract implementation of JavaField. 
 | 
class  | 
AbstractMethod
An abstract implementation of JavaMethod. 
 | 
class  | 
AbstractType
An abstract implementation of JavaType. 
 | 
class  | 
CastedMethod
A "casted method" represents a method invocation followed by a type
 cast. 
 | 
class  | 
IntersectionType
Represents an intersection of multiple JavaTypes. 
 | 
class  | 
ParameterizedClass
Represents a bound generic type JavaClass. 
 | 
class  | 
PrimitiveType
Represents a primitive type JavaClass. 
 | 
class  | 
QuickComponent
A QuickComponent is a special type of JavaVariable that refers to
 an annotation member (method!). 
 | 
class  | 
QuickJavaClass
Provides a quick way to make a new JavaType 
 | 
class  | 
QuickMethod
A lightweight implementation of JavaMethod. 
 | 
class  | 
WrapperClass
Skeleton implementation of an object wrapping a class. 
 | 
class  | 
WrapperField
Skeleton implementation of an object wrapping a field. 
 | 
class  | 
WrapperMethod
Skeleton implementation of an object wrapping a method. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
CommonUtilities.equals(JavaMember one,
      JavaMember two)  | 
static int | 
CommonUtilities.hashCode(JavaMember thing)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
JavaClass
A JavaClass is mostly the equivalent of java/lang/Class. 
 | 
interface  | 
JavaField
The JavaField is the compiled representation of a java field. 
 | 
interface  | 
JavaIsGeneric
A generic declaration declares type parameters. 
 | 
interface  | 
JavaMethod
The JavaMethod is the compiled representation of a java method
 or constructor, including the implicit <clinit> method. 
 | 
interface  | 
JavaType
JavaType is the common base interface for JavaClass,
 JavaTypeVariable, and JavaWildcardType. 
 | 
interface  | 
JavaTypeVariable
The TypeVariable is a new concept in jdk 1.5. 
 | 
interface  | 
JavaWildcardType
The WildcardType is a new concept in jdk 1.5. 
 | 
interface  | 
SourceClass
A SourceClass is the syntactic (aka symbolic) representation of a
 java class: classes, enums, interfaces, and annotation types. 
 | 
interface  | 
SourceClassInitializer
The  
SourceClassInitializer represents an initializer block | 
interface  | 
SourceEnumConstant
An enum constant. 
 | 
interface  | 
SourceFieldDeclaration
A field (or enum constant) declaration. 
 | 
interface  | 
SourceFieldVariable
A field variable. 
 | 
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  | 
SourceTypeParameter
A type parameter. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static JavaMember[] | 
JavaMember.EMPTY_ARRAY  | 
| Modifier and Type | Method and Description | 
|---|---|
JavaMember | 
JavaTypeVariable.getOwningMember()
Type variables can be owned by either a class or a method. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JavaMember | 
CompiledDocReference.getResolvedMember()
Gets the member to which this reference resolves. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JavaMember | 
BindingContext.getSourceContext()  | 
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
BaseFileProvider.BaseClass
Our ClCass implementation to override handling of inner class
 searching and source file hints for SourceClass searching. 
 |