|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An annotation access provides access to information that is not available via the
API of Annotation
. Clients usually implement this interface.
Annotation
Method Summary | |
Object |
getType(Annotation annotation)
Returns the type of the given annotation. |
boolean |
isMultiLine(Annotation annotation)
Returns whether the given annotation spans multiple lines. |
boolean |
isTemporary(Annotation annotation)
Returns whether the given annotation is temporary rather than persistent. |
Method Detail |
public Object getType(Annotation annotation)
annotation
- the annotationnull
if it has none.public boolean isMultiLine(Annotation annotation)
annotation
- the annotationtrue
if the annotation spans multiple lines,
false
otherwisepublic boolean isTemporary(Annotation annotation)
annotation
- the annotationtrue
if the annotation is temporary,
false
otherwise
|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |