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 |
|---|---|
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, 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.public SyntheticState getSyntheticState()
ModifierReviewablegetSyntheticState in interface ModifierReviewablepublic Visibility getVisibility()
ModifierReviewable.OfByteCodeElementgetVisibility in interface ModifierReviewable.OfByteCodeElementpublic Ownership getOwnership()
ModifierReviewable.OfByteCodeElementgetOwnership in interface ModifierReviewable.OfByteCodeElementpublic EnumerationState getEnumerationState()
ModifierReviewable.OfEnumerationgetEnumerationState in interface ModifierReviewable.OfEnumerationpublic TypeManifestation getTypeManifestation()
ModifierReviewable.ForTypeDefinitiongetTypeManifestation in interface ModifierReviewable.ForTypeDefinitionpublic FieldManifestation getFieldManifestation()
ModifierReviewable.ForFieldDescriptiongetFieldManifestation in interface ModifierReviewable.ForFieldDescriptionpublic SynchronizationState getSynchronizationState()
ModifierReviewable.ForMethodDescriptiongetSynchronizationState in interface ModifierReviewable.ForMethodDescriptionpublic MethodManifestation getMethodManifestation()
ModifierReviewable.ForMethodDescriptiongetMethodManifestation in interface ModifierReviewable.ForMethodDescriptionpublic MethodStrictness getMethodStrictness()
ModifierReviewable.ForMethodDescriptiongetMethodStrictness in interface ModifierReviewable.ForMethodDescriptionpublic ParameterManifestation getParameterManifestation()
ModifierReviewable.ForParameterDescriptiongetParameterManifestation in interface ModifierReviewable.ForParameterDescriptionpublic ProvisioningState getProvisioningState()
ModifierReviewable.ForParameterDescriptiongetProvisioningState in interface ModifierReviewable.ForParameterDescriptionCopyright © 2014–2016. All rights reserved.