| 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.jdeveloper.java.provider | Public implementations of the JavaFileProvider interface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | oracle.javatools.parser.java.v2.classfile.ClClassThe ClClass object wraps a ClassFile object. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ParameterizedClassRepresents a bound generic type JavaClass. | 
| class  | PrimitiveTypeRepresents a primitive type JavaClass. | 
| class  | WrapperClassSkeleton implementation of an object wrapping a class. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | BaseFileProvider.BaseClassOur ClCass implementation to override handling of inner class
 searching and source file hints for SourceClass searching. |