Uses of Enum Class
com.cryptomorin.xseries.reflection.XAccessFlag.JVMLocation
Packages that use XAccessFlag.JVMLocation
-
Uses of XAccessFlag.JVMLocation in com.cryptomorin.xseries.reflection
Methods in com.cryptomorin.xseries.reflection that return XAccessFlag.JVMLocationModifier and TypeMethodDescriptionstatic XAccessFlag.JVMLocationReturns the enum constant of this class with the specified name.static XAccessFlag.JVMLocation[]XAccessFlag.JVMLocation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cryptomorin.xseries.reflection that return types with arguments of type XAccessFlag.JVMLocationModifier and TypeMethodDescription@NotNull @Unmodifiable Set<XAccessFlag.JVMLocation> XAccessFlag.locations()Kinds of constructs the flag can be applied to in the latest class file format version (not the current).