Uses of Enum Class
io.smallrye.classfile.extras.reflect.ClassFileFormatVersion
Packages that use ClassFileFormatVersion
-
Uses of ClassFileFormatVersion in io.smallrye.classfile.extras.reflect
Methods in io.smallrye.classfile.extras.reflect that return ClassFileFormatVersionModifier and TypeMethodDescriptionstatic ClassFileFormatVersionClassFileFormatVersion.fromMajor(int major) Returns the latest class file format version whose major class file version matches the argument.static ClassFileFormatVersionClassFileFormatVersion.latest()Returns the latest class file format version.static ClassFileFormatVersionClassFileFormatVersion.valueOf(Runtime.Version rv) Returns the latest class file format version that is usable under the runtime version argument.static ClassFileFormatVersionReturns the enum constant of this class with the specified name.static ClassFileFormatVersion[]ClassFileFormatVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.smallrye.classfile.extras.reflect with parameters of type ClassFileFormatVersionModifier and TypeMethodDescriptionAccessFlag.Location.flags(ClassFileFormatVersion cffv) Returns the set of access flags defined for this location in the given class file format version.intAccessFlag.Location.flagsMask(ClassFileFormatVersion cffv) Returns the union of masks of all access flags defined for this location in the given class file format version.AccessFlag.locations(ClassFileFormatVersion cffv) Returns locations this flag can be applied to in the given 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.