|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Common interface for AST nodes that represent modifiers or annotations.
ExtendedModifier: Modifier Annotation
Method Summary | |
---|---|
boolean |
isAnnotation()
Returns whether this extended modifier is an annotation. |
boolean |
isModifier()
Returns whether this extended modifier is a standard modifier. |
Method Detail |
public boolean isModifier()
true
if this is a standard modifier
(instance of Modifier
), and false
otherwisepublic boolean isAnnotation()
true
if this is an annotation
(instance of a subclass of Annotation
), and
false
otherwise
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |