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.OfEnumeration
EMPTY_MASK
Constructor and Description |
---|
AbstractBase() |
Modifier and Type | Method and Description |
---|---|
EnumerationState |
getEnumerationState()
Returns this byte code element's enumeration state.
|
FieldManifestation |
getFieldManifestation()
Returns this field's manifestation.
|
FieldPersistence |
getFieldPersistence()
Returns this field's persistence.
|
MethodManifestation |
getMethodManifestation()
Returns this method's manifestation.
|
MethodStrictness |
getMethodStrictness()
Returns this method's strictness in floating-point computation.
|
Ownership |
getOwnership()
Return's this byte code element's ownership.
|
ParameterManifestation |
getParameterManifestation()
Returns this parameter's manifestation.
|
ProvisioningState |
getProvisioningState()
Returns this parameter's provisioning state.
|
SynchronizationState |
getSynchronizationState()
Returns this method's synchronization state.
|
SyntheticState |
getSyntheticState()
Returns this objects synthetic state.
|
TypeManifestation |
getTypeManifestation()
Returns this type's manifestation.
|
Visibility |
getVisibility()
Returns this byte code element's visibility.
|
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, wait
getModifiers
public boolean isAbstract()
abstract
.isAbstract
in interface ModifierReviewable.OfAbstraction
true
if the modifier described by this object is abstract
.public boolean isFinal()
final
.isFinal
in interface ModifierReviewable
true
if the modifier described by this object is final
.public boolean isStatic()
static
.isStatic
in interface ModifierReviewable.OfByteCodeElement
true
if the modifier described by this object is static
.public boolean isPublic()
public
.isPublic
in interface ModifierReviewable.OfByteCodeElement
true
if the modifier described by this object is public
.public boolean isProtected()
protected
.isProtected
in interface ModifierReviewable.OfByteCodeElement
true
if the modifier described by this object is protected
.public boolean isPackagePrivate()
isPackagePrivate
in interface ModifierReviewable.OfByteCodeElement
true
if the modifier described by this object is package private.public boolean isPrivate()
private
.isPrivate
in interface ModifierReviewable.OfByteCodeElement
true
if the modifier described by this object is private
.public boolean isNative()
native
.isNative
in interface ModifierReviewable.ForMethodDescription
true
if the modifier described by this object is native
.public boolean isSynchronized()
synchronized
.isSynchronized
in interface ModifierReviewable.ForMethodDescription
true
if the modifier described by this object is synchronized
.public boolean isStrict()
strictfp
.isStrict
in interface ModifierReviewable.ForMethodDescription
true
if the modifier described by this object is strictfp
.public boolean isMandated()
isMandated
in interface ModifierReviewable.ForParameterDescription
true
if the modifier described by this object is mandated.public boolean isSynthetic()
isSynthetic
in interface ModifierReviewable
true
if the modifier described by this object is synthetic.public boolean isBridge()
isBridge
in interface ModifierReviewable.ForMethodDescription
true
if the modifier described by this object represents the bridge flagpublic boolean isDeprecated()
isDeprecated
in interface ModifierReviewable.OfByteCodeElement
true
if the modifier described by this object represents the deprecated flag.public boolean isAnnotation()
isAnnotation
in interface ModifierReviewable.ForTypeDefinition
true
if the modifier described by this object represents the annotation flag.public boolean isEnum()
isEnum
in interface ModifierReviewable.OfEnumeration
true
if the modifier described by this object represents the enum flag.public boolean isInterface()
isInterface
in interface ModifierReviewable.ForTypeDefinition
true
if the modifier described by this object represents the interface flag.public boolean isTransient()
isTransient
in interface ModifierReviewable.ForFieldDescription
true
if the modifier described by this object represents the transient flag.public boolean isVolatile()
isVolatile
in interface ModifierReviewable.ForFieldDescription
true
if the modifier described by this object represents the volatile flag.public boolean isVarArgs()
isVarArgs
in interface ModifierReviewable.ForMethodDescription
true
if the modifier described by this object represents the var args flag.public SyntheticState getSyntheticState()
getSyntheticState
in interface ModifierReviewable
public Visibility getVisibility()
getVisibility
in interface ModifierReviewable.OfByteCodeElement
public Ownership getOwnership()
getOwnership
in interface ModifierReviewable.OfByteCodeElement
public EnumerationState getEnumerationState()
getEnumerationState
in interface ModifierReviewable.OfEnumeration
public TypeManifestation getTypeManifestation()
getTypeManifestation
in interface ModifierReviewable.ForTypeDefinition
public FieldManifestation getFieldManifestation()
getFieldManifestation
in interface ModifierReviewable.ForFieldDescription
public FieldPersistence getFieldPersistence()
getFieldPersistence
in interface ModifierReviewable.ForFieldDescription
public SynchronizationState getSynchronizationState()
getSynchronizationState
in interface ModifierReviewable.ForMethodDescription
public MethodManifestation getMethodManifestation()
getMethodManifestation
in interface ModifierReviewable.ForMethodDescription
public MethodStrictness getMethodStrictness()
getMethodStrictness
in interface ModifierReviewable.ForMethodDescription
public ParameterManifestation getParameterManifestation()
getParameterManifestation
in interface ModifierReviewable.ForParameterDescription
public ProvisioningState getProvisioningState()
getProvisioningState
in interface ModifierReviewable.ForParameterDescription
Copyright © 2014–2024. All rights reserved.