Uses of Enum Class
java.lang.reflect.ClassFileFormatVersion
Package
Description
Provides classes and interfaces for obtaining reflective information about
classes and objects.
-
Uses of ClassFileFormatVersion in java.lang.reflect
Modifier and TypeMethodDescriptionstatic ClassFileFormatVersion
ClassFileFormatVersion.fromMajor
(int major) Returns the latest class file format version whose major class file version matches the argument.static ClassFileFormatVersion
ClassFileFormatVersion.latest()
Returns the latest class file format version.static ClassFileFormatVersion
ClassFileFormatVersion.valueOf
(Runtime.Version rv) Returns the latest class file format version that is usable under the runtime version argument.static ClassFileFormatVersion
Returns 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.Modifier and TypeMethodDescriptionAccessFlag.locations
(ClassFileFormatVersion cffv) Returns kinds of constructs the flag can be applied to in the given class file format version.