public interface Declaration
| Modifier and Type | Interface and Description |
|---|---|
static class |
Declaration.DeclarationKind
Identifies a Declaration.
|
| Modifier and Type | Method and Description |
|---|---|
Declaration.DeclarationKind |
getDeclarationKind()
Gets this Declaration's kind.
|
SourcePosition |
getPosition()
Gets the position in a source compilation unit that declares that
declaration, null if none or if it could not be determined.
|
boolean |
isSynthetic()
True if this is a synthetic element.
|
Declaration.DeclarationKind getDeclarationKind()
SourcePosition getPosition()
boolean isSynthetic()