public static interface ModifierReviewable.ForMethodDescription extends ModifierReviewable.OfAbstraction
MethodDescription.ModifierReviewable.AbstractBase, ModifierReviewable.ForFieldDescription, ModifierReviewable.ForMethodDescription, ModifierReviewable.ForParameterDescription, ModifierReviewable.ForTypeDefinition, ModifierReviewable.OfAbstraction, ModifierReviewable.OfByteCodeElement, ModifierReviewable.OfEnumerationEMPTY_MASK| Modifier and Type | Method and Description |
|---|---|
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.
|
isAbstractisDeprecated, isPackagePrivate, isPrivate, isProtected, isPublic, isStaticgetModifiers, isFinal, isSyntheticboolean isSynchronized()
synchronized.true if the modifier described by this object is synchronized.boolean isNative()
native.true if the modifier described by this object is native.boolean isVarArgs()
true if the modifier described by this object represents the var args flag.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.Copyright © 2014–2016. All rights reserved.