public static interface ModifierReviewable.ForMethodDescription extends ModifierReviewable.OfAbstraction
MethodDescription
.ModifierReviewable.AbstractBase, ModifierReviewable.ForFieldDescription, ModifierReviewable.ForMethodDescription, ModifierReviewable.ForParameterDescription, ModifierReviewable.ForTypeDefinition, ModifierReviewable.OfAbstraction, ModifierReviewable.OfByteCodeElement, ModifierReviewable.OfEnumeration
EMPTY_MASK
Modifier and Type | Method and Description |
---|---|
MethodManifestation |
getMethodManifestation()
Returns this method's manifestation.
|
MethodStrictness |
getMethodStrictness()
Returns this method's strictness in floating-point computation.
|
SynchronizationState |
getSynchronizationState()
Returns this method's synchronization state.
|
boolean |
isBridge()
Specifies if the modifier described by this object represents the bridge flag.
|
boolean |
isNative()
Specifies if the modifier described by this object is
native . |
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 |
isVarArgs()
Specifies if the modifier described by this object represents the var args flag.
|
isAbstract
getOwnership, getVisibility, isDeprecated, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic
getModifiers, getSyntheticState, isFinal, isSynthetic
boolean isSynchronized()
synchronized
.true
if the modifier described by this object is synchronized
.boolean isVarArgs()
true
if the modifier described by this object represents the var args flag.boolean isNative()
native
.true
if the modifier described by this object is native
.boolean isBridge()
true
if the modifier described by this object represents the bridge flagboolean isStrict()
strictfp
.true
if the modifier described by this object is strictfp
.SynchronizationState getSynchronizationState()
MethodStrictness getMethodStrictness()
MethodManifestation getMethodManifestation()
Copyright © 2014–2019. All rights reserved.