public abstract static class ModifierReviewable.AbstractBase extends Object implements ModifierReviewable
ModifierReviewable
class.ModifierReviewable.AbstractBase
EMPTY_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 |
isClassType()
Specifies if the modifier described by this object describes a non-interface and non-annotation type.
|
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, wait
getModifiers
public boolean isAbstract()
ModifierReviewable
abstract
.isAbstract
in interface ModifierReviewable
true
if the modifier described by this object is abstract
.public boolean isFinal()
ModifierReviewable
final
.isFinal
in interface ModifierReviewable
true
if the modifier described by this object is final
.public boolean isStatic()
ModifierReviewable
static
.isStatic
in interface ModifierReviewable
true
if the modifier described by this object is static
.public boolean isPublic()
ModifierReviewable
public
.isPublic
in interface ModifierReviewable
true
if the modifier described by this object is public
.public boolean isProtected()
ModifierReviewable
protected
.isProtected
in interface ModifierReviewable
true
if the modifier described by this object is protected
.public boolean isPackagePrivate()
ModifierReviewable
isPackagePrivate
in interface ModifierReviewable
true
if the modifier described by this object is package private.public boolean isPrivate()
ModifierReviewable
private
.isPrivate
in interface ModifierReviewable
true
if the modifier described by this object is private
.public boolean isNative()
ModifierReviewable
native
.isNative
in interface ModifierReviewable
true
if the modifier described by this object is native
.public boolean isSynchronized()
ModifierReviewable
synchronized
.isSynchronized
in interface ModifierReviewable
true
if the modifier described by this object is synchronized
.public boolean isStrict()
ModifierReviewable
strictfp
.isStrict
in interface ModifierReviewable
true
if the modifier described by this object is strictfp
.public boolean isMandated()
ModifierReviewable
isMandated
in interface ModifierReviewable
true
if the modifier described by this object is mandated.public boolean isSynthetic()
ModifierReviewable
isSynthetic
in interface ModifierReviewable
true
if the modifier described by this object is synthetic.public boolean isSuper()
ModifierReviewable
isSuper
in interface ModifierReviewable
true
if the modifier described by this object reflects the type super flag.public boolean isBridge()
ModifierReviewable
isBridge
in interface ModifierReviewable
true
if the modifier described by this object represents the bridge flagpublic boolean isDeprecated()
ModifierReviewable
isDeprecated
in interface ModifierReviewable
true
if the modifier described by this object represents the deprecated flag.public boolean isAnnotation()
ModifierReviewable
isAnnotation
in interface ModifierReviewable
true
if the modifier described by this object represents the annotation flag.public boolean isEnum()
ModifierReviewable
isEnum
in interface ModifierReviewable
true
if the modifier described by this object represents the enum flag.public boolean isInterface()
ModifierReviewable
isInterface
in interface ModifierReviewable
true
if the modifier described by this object represents the interface flag.public boolean isClassType()
ModifierReviewable
isClassType
in interface ModifierReviewable
true
if the modifier described by this object represents a class, i.e. not an interface or an annotation.public boolean isTransient()
ModifierReviewable
isTransient
in interface ModifierReviewable
true
if the modifier described by this object represents the transient flag.public boolean isVolatile()
ModifierReviewable
isVolatile
in interface ModifierReviewable
true
if the modifier described by this object represents the volatile flag.public boolean isVarArgs()
ModifierReviewable
isVarArgs
in interface ModifierReviewable
true
if the modifier described by this object represents the var args flag.Copyright © 2014–2015. All rights reserved.