Serializable, StackMapFrameInfo.VerificationTypeInfo, Comparable<StackMapFrameInfo.SimpleVerificationTypeInfo>, ConstableStackMapFrameInfopublic static enum StackMapFrameInfo.SimpleVerificationTypeInfo extends Enum<StackMapFrameInfo.SimpleVerificationTypeInfo> implements StackMapFrameInfo.VerificationTypeInfo
Enum.EnumDesc<E>
| Enum Constant | Description |
|---|---|
DOUBLE |
Verification type double. |
FLOAT |
Verification type float. |
INTEGER |
Verification type int. |
LONG |
Verification type long. |
NULL |
Verification type null. |
TOP |
Verification type top. |
UNINITIALIZED_THIS |
Verification type uninitializedThis. |
ITEM_DOUBLE, ITEM_FLOAT, ITEM_INTEGER, ITEM_LONG, ITEM_NULL, ITEM_OBJECT, ITEM_TOP, ITEM_UNINITIALIZED, ITEM_UNINITIALIZED_THIS
| Modifier and Type | Method | Description |
|---|---|---|
int |
tag() |
Returns the tag of the type info. |
static StackMapFrameInfo.SimpleVerificationTypeInfo |
valueOf |
Returns the enum constant of this class with the specified name. |
static StackMapFrameInfo.SimpleVerificationTypeInfo[] |
values() |
Returns an array containing the constants of this enum class, in the order they are declared. |
public static final StackMapFrameInfo.SimpleVerificationTypeInfo TOP
public static final StackMapFrameInfo.SimpleVerificationTypeInfo INTEGER
public static final StackMapFrameInfo.SimpleVerificationTypeInfo FLOAT
public static final StackMapFrameInfo.SimpleVerificationTypeInfo DOUBLE
public static final StackMapFrameInfo.SimpleVerificationTypeInfo LONG
public static final StackMapFrameInfo.SimpleVerificationTypeInfo NULL
public static final StackMapFrameInfo.SimpleVerificationTypeInfo UNINITIALIZED_THIS
public static StackMapFrameInfo.SimpleVerificationTypeInfo[] values()
public static StackMapFrameInfo.SimpleVerificationTypeInfo valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum class has no constant with the specified nameNullPointerException - if the argument is nullpublic int tag()
StackMapFrameInfo.VerificationTypeInfotag in interface StackMapFrameInfo.VerificationTypeInfo
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/classfile/attribute/StackMapFrameInfo.SimpleVerificationTypeInfo.html