public interface IExtendedModifier
ExtendedModifier: 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
otherwiseCopyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.