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.
|
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()
ModifierReviewable.OfAbstraction
abstract
.isAbstract
in interface ModifierReviewable.OfAbstraction
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.OfByteCodeElement
static
.isStatic
in interface ModifierReviewable.OfByteCodeElement
true
if the modifier described by this object is static
.public boolean isPublic()
ModifierReviewable.OfByteCodeElement
public
.isPublic
in interface ModifierReviewable.OfByteCodeElement
true
if the modifier described by this object is public
.public boolean isProtected()
ModifierReviewable.OfByteCodeElement
protected
.isProtected
in interface ModifierReviewable.OfByteCodeElement
true
if the modifier described by this object is protected
.public boolean isPackagePrivate()
ModifierReviewable.OfByteCodeElement
isPackagePrivate
in interface ModifierReviewable.OfByteCodeElement
true
if the modifier described by this object is package private.public boolean isPrivate()
ModifierReviewable.OfByteCodeElement
private
.isPrivate
in interface ModifierReviewable.OfByteCodeElement
true
if the modifier described by this object is private
.public boolean isNative()
ModifierReviewable.ForMethodDescription
native
.isNative
in interface ModifierReviewable.ForMethodDescription
true
if the modifier described by this object is native
.public boolean isSynchronized()
ModifierReviewable.ForMethodDescription
synchronized
.isSynchronized
in interface ModifierReviewable.ForMethodDescription
true
if the modifier described by this object is synchronized
.public boolean isStrict()
ModifierReviewable.ForMethodDescription
strictfp
.isStrict
in interface ModifierReviewable.ForMethodDescription
true
if the modifier described by this object is strictfp
.public boolean isMandated()
ModifierReviewable.ForParameterDescription
isMandated
in interface ModifierReviewable.ForParameterDescription
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 isBridge()
ModifierReviewable.ForMethodDescription
isBridge
in interface ModifierReviewable.ForMethodDescription
true
if the modifier described by this object represents the bridge flagpublic boolean isDeprecated()
ModifierReviewable.OfByteCodeElement
isDeprecated
in interface ModifierReviewable.OfByteCodeElement
true
if the modifier described by this object represents the deprecated flag.public boolean isAnnotation()
ModifierReviewable.ForTypeDefinition
isAnnotation
in interface ModifierReviewable.ForTypeDefinition
true
if the modifier described by this object represents the annotation flag.public boolean isEnum()
ModifierReviewable.OfEnumeration
isEnum
in interface ModifierReviewable.OfEnumeration
true
if the modifier described by this object represents the enum flag.public boolean isInterface()
ModifierReviewable.ForTypeDefinition
isInterface
in interface ModifierReviewable.ForTypeDefinition
true
if the modifier described by this object represents the interface flag.public boolean isTransient()
ModifierReviewable.ForFieldDescription
isTransient
in interface ModifierReviewable.ForFieldDescription
true
if the modifier described by this object represents the transient flag.public boolean isVolatile()
ModifierReviewable.ForFieldDescription
isVolatile
in interface ModifierReviewable.ForFieldDescription
true
if the modifier described by this object represents the volatile flag.public boolean isVarArgs()
ModifierReviewable.ForMethodDescription
isVarArgs
in interface ModifierReviewable.ForMethodDescription
true
if the modifier described by this object represents the var args flag.public SyntheticState getSyntheticState()
ModifierReviewable
getSyntheticState
in interface ModifierReviewable
public Visibility getVisibility()
ModifierReviewable.OfByteCodeElement
getVisibility
in interface ModifierReviewable.OfByteCodeElement
public Ownership getOwnership()
ModifierReviewable.OfByteCodeElement
getOwnership
in interface ModifierReviewable.OfByteCodeElement
public EnumerationState getEnumerationState()
ModifierReviewable.OfEnumeration
getEnumerationState
in interface ModifierReviewable.OfEnumeration
public TypeManifestation getTypeManifestation()
ModifierReviewable.ForTypeDefinition
getTypeManifestation
in interface ModifierReviewable.ForTypeDefinition
public FieldManifestation getFieldManifestation()
ModifierReviewable.ForFieldDescription
getFieldManifestation
in interface ModifierReviewable.ForFieldDescription
public SynchronizationState getSynchronizationState()
ModifierReviewable.ForMethodDescription
getSynchronizationState
in interface ModifierReviewable.ForMethodDescription
public MethodManifestation getMethodManifestation()
ModifierReviewable.ForMethodDescription
getMethodManifestation
in interface ModifierReviewable.ForMethodDescription
public MethodStrictness getMethodStrictness()
ModifierReviewable.ForMethodDescription
getMethodStrictness
in interface ModifierReviewable.ForMethodDescription
public ParameterManifestation getParameterManifestation()
ModifierReviewable.ForParameterDescription
getParameterManifestation
in interface ModifierReviewable.ForParameterDescription
public ProvisioningState getProvisioningState()
ModifierReviewable.ForParameterDescription
getProvisioningState
in interface ModifierReviewable.ForParameterDescription
Copyright © 2014–2016. All rights reserved.