| Package | Description |
|---|---|
| oracle.ide.dependency.index |
Provides the ability to store and retrieve dependency information using the
index.
|
| oracle.jdeveloper.db.dependency | |
| oracle.jdeveloper.java.dependency |
Provides dependency information for Java.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexDeclaration
A declaration stored in the index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlSqlDeclaration
Extension of DBObjectDeclaration for PL/SQL objects, that also implements
SourceDeclaration to provide a link to the code editor for the PL/SQL
fragment being declared.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationDeclaration
The declaration of a Java annotation.
|
class |
ClassDeclaration
The declaration of a Java class.
|
class |
FieldDeclaration
The declaration of a Java field.
|
class |
MethodDeclaration
The declaration of a Java method.
|
class |
ResourceKeyDeclaration |