public interface IExtendedModifier
IExtendedModifier: Modifier Annotation
Modifier and Type | Method and Description |
---|---|
boolean |
isAnnotation()
Returns whether this extended modifier is an annotation.
|
boolean |
isModifier()
Returns whether this extended modifier is a standard modifier.
|
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
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.