|
||||||||||
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 AnnotationProvisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
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 |