public abstract static class ModifierReviewable.AbstractBase extends Object implements ModifierReviewable
ModifierReviewable class.ModifierReviewable.AbstractBaseEMPTY_MASK| Constructor and Description |
|---|
AbstractBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAbstract()
Specifies if the modifier described by this object is
abstract. |
boolean |
isAnnotation()
Specifies if the modifier described by this object represents the annotation flag.
|
boolean |
isBridge()
Specifies if the modifier described by this object represents the bridge flag.
|
boolean |
isDeprecated()
Specifies if the modifier described by this object represents the deprecated flag.
|
boolean |
isEnum()
Specifies if the modifier described by this object represents the enum flag.
|
boolean |
isFinal()
Specifies if the modifier described by this object is
final. |
boolean |
isInterface()
Specifies if the modifier described by this object represents the interface flag.
|
boolean |
isMandated()
CSpecifies if the modifier described by this object is mandated.
|
boolean |
isNative()
Specifies if the modifier described by this object is
native. |
boolean |
isPackagePrivate()
Specifies if the modifier described by this object is package private.
|
boolean |
isPrivate()
Specifies if the modifier described by this object is
private. |
boolean |
isProtected()
Specifies if the modifier described by this object is
protected. |
boolean |
isPublic()
Specifies if the modifier described by this object is
public. |
boolean |
isStatic()
Specifies if the modifier described by this object is
static. |
boolean |
isStrict()
Specifies if the modifier described by this object is
strictfp. |
boolean |
isSuper()
Specifies if the modifier described by this object reflects the type super flag.
|
boolean |
isSynchronized()
Specifies if the modifier described by this object is
synchronized. |
boolean |
isSynthetic()
Specifies if the modifier described by this object is synthetic.
|
boolean |
isTransient()
Specifies if the modifier described by this object represents the transient flag.
|
boolean |
isVarArgs()
Specifies if the modifier described by this object represents the var args flag.
|
boolean |
isVolatile()
Specifies if the modifier described by this object represents the volatile flag.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModifierspublic boolean isAbstract()
ModifierReviewableabstract.isAbstract in interface ModifierReviewabletrue if the modifier described by this object is abstract.public boolean isFinal()
ModifierReviewablefinal.isFinal in interface ModifierReviewabletrue if the modifier described by this object is final.public boolean isStatic()
ModifierReviewablestatic.isStatic in interface ModifierReviewabletrue if the modifier described by this object is static.public boolean isPublic()
ModifierReviewablepublic.isPublic in interface ModifierReviewabletrue if the modifier described by this object is public.public boolean isProtected()
ModifierReviewableprotected.isProtected in interface ModifierReviewabletrue if the modifier described by this object is protected.public boolean isPackagePrivate()
ModifierReviewableisPackagePrivate in interface ModifierReviewabletrue if the modifier described by this object is package private.public boolean isPrivate()
ModifierReviewableprivate.isPrivate in interface ModifierReviewabletrue if the modifier described by this object is private.public boolean isNative()
ModifierReviewablenative.isNative in interface ModifierReviewabletrue if the modifier described by this object is native.public boolean isSynchronized()
ModifierReviewablesynchronized.isSynchronized in interface ModifierReviewabletrue if the modifier described by this object is synchronized.public boolean isStrict()
ModifierReviewablestrictfp.isStrict in interface ModifierReviewabletrue if the modifier described by this object is strictfp.public boolean isMandated()
ModifierReviewableisMandated in interface ModifierReviewabletrue if the modifier described by this object is mandated.public boolean isSynthetic()
ModifierReviewableisSynthetic in interface ModifierReviewabletrue if the modifier described by this object is synthetic.public boolean isSuper()
ModifierReviewableisSuper in interface ModifierReviewabletrue if the modifier described by this object reflects the type super flag.public boolean isBridge()
ModifierReviewableisBridge in interface ModifierReviewabletrue if the modifier described by this object represents the bridge flagpublic boolean isDeprecated()
ModifierReviewableisDeprecated in interface ModifierReviewabletrue if the modifier described by this object represents the deprecated flag.public boolean isAnnotation()
ModifierReviewableisAnnotation in interface ModifierReviewabletrue if the modifier described by this object represents the annotation flag.public boolean isEnum()
ModifierReviewableisEnum in interface ModifierReviewabletrue if the modifier described by this object represents the enum flag.public boolean isInterface()
ModifierReviewableisInterface in interface ModifierReviewabletrue if the modifier described by this object represents the interface flag.public boolean isTransient()
ModifierReviewableisTransient in interface ModifierReviewabletrue if the modifier described by this object represents the transient flag.public boolean isVolatile()
ModifierReviewableisVolatile in interface ModifierReviewabletrue if the modifier described by this object represents the volatile flag.public boolean isVarArgs()
ModifierReviewableisVarArgs in interface ModifierReviewabletrue if the modifier described by this object represents the var args flag.Copyright © 2014–2015. All rights reserved.