Uses of Enum Class
java.lang.reflect.AccessFlag.Location
Package
Description
Provides classes and interfaces for obtaining reflective information about
classes and objects.
-
Uses of AccessFlag.Location in java.lang.reflect
Modifier and TypeMethodDescriptionstatic AccessFlag.Location
Returns the enum constant of this class with the specified name.static AccessFlag.Location[]
AccessFlag.Location.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAccessFlag.locations()
Returns kinds of constructs the flag can be applied to in the latest class file format version.AccessFlag.locations
(ClassFileFormatVersion cffv) Returns kinds of constructs the flag can be applied to in the given class file format version.Modifier and TypeMethodDescriptionstatic Set
<AccessFlag> AccessFlag.maskToAccessFlags
(int mask, AccessFlag.Location location) Returns an unmodifiable set of access flags for the given mask value appropriate for the location in question.