| Package | Description |
|---|---|
| javax.ide.model.java.source.tree |
The Java AST.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldDeclT
A field (or enum constant) declaration.
|
interface |
LocalVariableDeclT
A local variable declaration.
|
| Modifier and Type | Method and Description |
|---|---|
VariableDeclT |
VariableT.getOwningDeclaration()
Gets the owning variable declaration, null if this is a formal
parameter.
|