|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Declaration | |
|---|---|
| javax.ide.model.java.declaration | Declaration model. |
| javax.ide.model.java.source | Various interfaces for use with Tree objects. |
| Uses of Declaration in javax.ide.model.java.declaration |
|---|
| Subinterfaces of Declaration in javax.ide.model.java.declaration | |
|---|---|
interface |
AnnotationDRepresents an annotation (not to be confused with an annotation type). |
interface |
ArrayTypeDRepresents an array type. |
interface |
ClassDRepresents a primitive, class, interface, enum, or annotation type. |
interface |
ConstructorDRepresents a constructor. |
interface |
ExecutableDCommon supertype for constructor and method declarations. |
interface |
FieldDRepresents a field or enum constant. |
interface |
GenericDCommon supertype for Declaration elements that may declare type parameters. |
interface |
HasAnnotationsDCommon supertype for Declaration elements that may have annotations. |
interface |
HasNameDCommon supertype for Declaration elements that have a name. |
interface |
HasTypeDCommon supertype for Declaration elements that have a type. |
interface |
LocalVariableDRepresents a local variable. |
interface |
MemberDRepresents a member declaration, part of a type declaration. |
interface |
MethodDRepresents a method or annotation element. |
interface |
PackageDRepresents a package. |
interface |
ParameterDRepresents a parameter. |
interface |
TypeDRepresents a type. |
interface |
TypeVariableDRepresents a type variable. |
interface |
WildcardTypeDRepresents a wildcard type. |
| Uses of Declaration in javax.ide.model.java.source |
|---|
| Methods in javax.ide.model.java.source that return Declaration | |
|---|---|
Declaration |
TreeResolver.getResolvedDeclaration(Tree tree)Resolves this tree into a declaration reference. |
| Methods in javax.ide.model.java.source with parameters of type Declaration | |
|---|---|
Tree |
TreeLocator.getTree(Declaration d)Gets the Tree object that declares the given declaration, null if none. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||