| Package | Description |
|---|---|
| javax.ide.model.java.declaration |
Declaration model.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassD
Represents a primitive, class, interface, enum, or annotation
type.
|
interface |
ConstructorD
Represents a constructor.
|
interface |
ExecutableD
Common supertype for constructor and method declarations.
|
interface |
MethodD
Represents a method or annotation element.
|
| Modifier and Type | Method and Description |
|---|---|
GenericD |
TypeVariableD.getGenericDeclaration()
Gets the declaring generic declaration.
|