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.ClClass
The ClClass object wraps a ClassFile object.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotation
TODO: Is this class really necessary?
|
class |
AbstractClass
An abstract implementation of JavaClass.
|
class |
AbstractField
An abstract implementation of JavaField.
|
class |
AbstractMethod
An abstract implementation of JavaMethod.
|
class |
AbstractPackage
An abstract implementation of JavaPackage.
|
class |
AbstractType
An abstract implementation of JavaType.
|
class |
AbstractVariable
An abstract implementation of JavaVariable.
|
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 |
QuickHasName
A lightweight object that knows how to retrieve its resolved type
when asked for it.
|
class |
QuickHasType
A lightweight object that knows how to retrieve its resolved type
when asked for it.
|
class |
QuickLocalVariable
A light-weight implementation of JavaLocalVariable, particularly
useful for constructing formal parameter objects for use with
QuickMethod.
|
class |
QuickMethod
A lightweight implementation of JavaMethod.
|
class |
SignatureHasType
This JavaHasType gets its name in that it's used for signature parsing.
|
class |
Value
Represents a value in the java language.
|
class |
WrapperClass
Skeleton implementation of an object wrapping a class.
|
class |
WrapperField
Skeleton implementation of an object wrapping a field.
|
class |
WrapperLocalVariable
Skeleton implementation of an object wrapping a local variable.
|
class |
WrapperMethod
Skeleton implementation of an object wrapping a method.
|
class |
WrapperPackage
Skeleton implementation of an object wrapping a class.
|
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.
|
protected class |
BaseFileProvider.BasePackage
This is a basic wrapper implementation of
JavaPackage . |