Uses of Enum Class
java.lang.reflect.AccessFlag
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
Classes to support module descriptors and creating configurations of modules
by means of resolution and service binding.
Provides classes and interfaces for obtaining reflective information about
classes and objects.
-
Uses of AccessFlag in java.lang
Modifier and TypeMethodDescriptionClass.accessFlags()
Returns an unmodifiable set of the access flags for this class, possibly empty. -
Uses of AccessFlag in java.lang.module
Modifier and TypeMethodDescriptionModuleDescriptor.accessFlags()
Returns the set of the module flags.ModuleDescriptor.Exports.accessFlags()
Returns the set of the module export flags for this module descriptor.ModuleDescriptor.Opens.accessFlags()
Returns the set of the module opens flags.ModuleDescriptor.Requires.accessFlags()
Returns the set of the module requires flags. -
Uses of AccessFlag in java.lang.reflect
Modifier and TypeMethodDescriptionstatic AccessFlag
Returns the enum constant of this class with the specified name.static AccessFlag[]
AccessFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionExecutable.accessFlags()
Returns an unmodifiable set of the access flags for the executable represented by this object, possibly empty.Field.accessFlags()
Returns an unmodifiable set of the access flags for this field, possibly empty.default Set
<AccessFlag> Member.accessFlags()
Returns an unmodifiable set of the access flags for this member, possibly empty.Parameter.accessFlags()
Returns an unmodifiable set of the access flags for the parameter represented by this object, possibly empty.static 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.