|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExtendedModifier
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 |
---|
boolean isModifier()
true
if this is a standard modifier
(instance of Modifier
), and false
otherwiseboolean isAnnotation()
true
if this is an annotation
(instance of a subclass of Annotation
), and
false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |