-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classModifier.Companionpublic enumModifier.AccessAccessibility levels, including default (package-private) visibility
-
Enum Constant Summary
Enum Constants Enum Constant Description VOLATILEThe Java
volatilemodifierTRANSIENTThe Java
transientmodifierSYNCHRONIZEDThe Java
synchronizedmodifierSTRICTThe Java
strictfpmodifierSTATICThe Java
staticmodifierPUBLICThe Java
publicaccess modifierPROTECTEDThe Java
protectedaccess modifierPRIVATEThe Java
privateaccess modifierNATIVEThe Java
nativemodifierINTERFACEThe Java
interfaceclass modifierFINALThe Java
finalmodifierABSTRACTThe Java
abstractmodifier
-
Method Summary
Modifier and Type Method Description final Booleantest(Integer mods)Returns true if this modifier is present in the passed mods StringtoString()final IntegergetMask()The Core Reflection modifier int bitmask final IntegergetCustomaryOrder()The customary sorting order of modifiers, according to JLS §8.1.1, §8.3.1, and §8.4. final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getCustomaryOrder
final Integer getCustomaryOrder()
The customary sorting order of modifiers, according to JLS §8.1.1, §8.3.1, and §8.4.3
public|protected|private abstract static final transient volatile synchronized native strictfp
-
getOrdinal
final Integer getOrdinal()
-
-
-
-