Uses of Enum Class
io.smallrye.classfile.extras.reflect.AccessFlag.Location
Packages that use AccessFlag.Location
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of AccessFlag.Location in io.smallrye.classfile
Methods in io.smallrye.classfile that return AccessFlag.LocationModifier and TypeMethodDescriptionAccessFlags.location()Returns theclassfile location for this element, which is either class, method, or field. -
Uses of AccessFlag.Location in io.smallrye.classfile.extras.reflect
Methods in io.smallrye.classfile.extras.reflect that return AccessFlag.LocationModifier and TypeMethodDescriptionstatic AccessFlag.LocationReturns 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.Methods in io.smallrye.classfile.extras.reflect that return types with arguments of type AccessFlag.LocationModifier and TypeMethodDescriptionAccessFlag.locations()Returns locations this flag can be applied to in the current class file format version.AccessFlag.locations(ClassFileFormatVersion cffv) Returns locations this flag can be applied to in the given class file format version.Methods in io.smallrye.classfile.extras.reflect with parameters of type AccessFlag.LocationModifier 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 the current class file format version.static Set<AccessFlag> AccessFlag.maskToAccessFlags(int mask, AccessFlag.Location location, ClassFileFormatVersion cffv) Returns an unmodifiable set of access flags for the given mask value appropriate for the location in the given class file format version.