| Package | Description |
|---|---|
| javax.ide.model.java.declaration |
Declaration model.
|
| javax.ide.model.java.source.tree |
The Java AST.
|
| Modifier and Type | Method and Description |
|---|---|
SourcePosition |
Declaration.getPosition()
Gets the position in a source compilation unit that declares that declaration, null if none or if it could not be determined.
|
| Modifier and Type | Method and Description |
|---|---|
SourcePosition |
Tree.getPosition()
Gets the position of this Tree object.
|