|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | 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 annotation
null if it has none.public boolean isMultiLine(Annotation annotation)
annotation - the annotation
true if the annotation spans multiple lines,
false otherwisepublic boolean isTemporary(Annotation annotation)
annotation - the annotation
true if the annotation is temporary,
false otherwise
|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||