JvmLanguageLevel

enum JvmLanguageLevel : ProtocolMessageEnum
Enumerates available JVM language levels.
Protobuf enum elide.assets.EmbeddedScriptMetadata.JvmScriptMetadata.JvmLanguageLevel

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val JAVA_11_VALUE: Int = 11
Java 11.
JAVA_11 = 11;
Link copied to clipboard
val JAVA_17_VALUE: Int = 17
Java 17.
JAVA_17 = 17;
Link copied to clipboard
val JAVA_20_VALUE: Int = 20
Java 20.
JAVA_20 = 20;
Link copied to clipboard
val JAVA_21_VALUE: Int = 21
Java 21.
JAVA_21 = 21;
Link copied to clipboard
val JAVA_22_VALUE: Int = 22
Java 22.
JAVA_22 = 22;
Link copied to clipboard
val JAVA_23_VALUE: Int = 23
Java 23.
JAVA_23 = 23;
Link copied to clipboard
Default language level; regular code should not use this value.
JVM_LANGUAGE_LEVEL_DEFAULT = 0;
Link copied to clipboard
val LATEST_VALUE: Int = 99
Latest release, stability be damned.
LATEST = 99;
Link copied to clipboard
val STABLE_VALUE: Int = 98
Latest stable (LTS) release.
STABLE = 98;

Functions

Link copied to clipboard
fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): EmbeddedScriptMetadata.JvmScriptMetadata.JvmLanguageLevel

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.