public abstract static class ModifierReviewable.AbstractBase extends Object implements ModifierReviewable.ForTypeDefinition, ModifierReviewable.ForFieldDescription, ModifierReviewable.ForMethodDescription, ModifierReviewable.ForParameterDescription
ModifierReviewable class.ModifierReviewable.AbstractBase, ModifierReviewable.ForFieldDescription, ModifierReviewable.ForMethodDescription, ModifierReviewable.ForParameterDescription, ModifierReviewable.ForTypeDefinition, ModifierReviewable.OfAbstraction, ModifierReviewable.OfByteCodeElement, ModifierReviewable.OfEnumerationEMPTY_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 |
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()
ModifierReviewable.OfAbstractionabstract.isAbstract in interface ModifierReviewable.OfAbstractiontrue 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()
ModifierReviewable.OfByteCodeElementstatic.isStatic in interface ModifierReviewable.OfByteCodeElementtrue if the modifier described by this object is static.public boolean isPublic()
ModifierReviewable.OfByteCodeElementpublic.isPublic in interface ModifierReviewable.OfByteCodeElementtrue if the modifier described by this object is public.public boolean isProtected()
ModifierReviewable.OfByteCodeElementprotected.isProtected in interface ModifierReviewable.OfByteCodeElementtrue if the modifier described by this object is protected.public boolean isPackagePrivate()
ModifierReviewable.OfByteCodeElementisPackagePrivate in interface ModifierReviewable.OfByteCodeElementtrue if the modifier described by this object is package private.public boolean isPrivate()
ModifierReviewable.OfByteCodeElementprivate.isPrivate in interface ModifierReviewable.OfByteCodeElementtrue if the modifier described by this object is private.public boolean isNative()
ModifierReviewable.ForMethodDescriptionnative.isNative in interface ModifierReviewable.ForMethodDescriptiontrue if the modifier described by this object is native.public boolean isSynchronized()
ModifierReviewable.ForMethodDescriptionsynchronized.isSynchronized in interface ModifierReviewable.ForMethodDescriptiontrue if the modifier described by this object is synchronized.public boolean isStrict()
ModifierReviewable.ForMethodDescriptionstrictfp.isStrict in interface ModifierReviewable.ForMethodDescriptiontrue if the modifier described by this object is strictfp.public boolean isMandated()
ModifierReviewable.ForParameterDescriptionisMandated in interface ModifierReviewable.ForParameterDescriptiontrue 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 isBridge()
ModifierReviewable.ForMethodDescriptionisBridge in interface ModifierReviewable.ForMethodDescriptiontrue if the modifier described by this object represents the bridge flagpublic boolean isDeprecated()
ModifierReviewable.OfByteCodeElementisDeprecated in interface ModifierReviewable.OfByteCodeElementtrue if the modifier described by this object represents the deprecated flag.public boolean isAnnotation()
ModifierReviewable.ForTypeDefinitionisAnnotation in interface ModifierReviewable.ForTypeDefinitiontrue if the modifier described by this object represents the annotation flag.public boolean isEnum()
ModifierReviewable.OfEnumerationisEnum in interface ModifierReviewable.OfEnumerationtrue if the modifier described by this object represents the enum flag.public boolean isInterface()
ModifierReviewable.ForTypeDefinitionisInterface in interface ModifierReviewable.ForTypeDefinitiontrue if the modifier described by this object represents the interface flag.public boolean isTransient()
ModifierReviewable.ForFieldDescriptionisTransient in interface ModifierReviewable.ForFieldDescriptiontrue if the modifier described by this object represents the transient flag.public boolean isVolatile()
ModifierReviewable.ForFieldDescriptionisVolatile in interface ModifierReviewable.ForFieldDescriptiontrue if the modifier described by this object represents the volatile flag.public boolean isVarArgs()
ModifierReviewable.ForMethodDescriptionisVarArgs in interface ModifierReviewable.ForMethodDescriptiontrue if the modifier described by this object represents the var args flag.Copyright © 2014–2016. All rights reserved.