StackMapFrameInfo.ObjectVerificationTypeInfo, StackMapFrameInfo.UninitializedVerificationTypeInfoStackMapFrameInfo.SimpleVerificationTypeInfoStackMapFrameInfopublic static sealed interface StackMapFrameInfo.VerificationTypeInfo permits StackMapFrameInfo.SimpleVerificationTypeInfo, StackMapFrameInfo.ObjectVerificationTypeInfo, StackMapFrameInfo.UninitializedVerificationTypeInfo
StackMapTable Attribute| Modifier and Type | Field | Description |
|---|---|---|
static final int |
ITEM_DOUBLE |
|
static final int |
ITEM_FLOAT |
|
static final int |
ITEM_INTEGER |
|
static final int |
ITEM_LONG |
|
static final int |
ITEM_NULL |
|
static final int |
ITEM_OBJECT |
|
static final int |
ITEM_TOP |
|
static final int |
ITEM_UNINITIALIZED |
The tag for verification type info UNINITIALIZED. |
static final int |
ITEM_UNINITIALIZED_THIS |
The tag for verification type info UNINITIALIZED_THIS. |
| Modifier and Type | Method | Description |
|---|---|---|
int |
tag() |
Returns the tag of the type info. |
static final int ITEM_UNINITIALIZED_THIS
tag for verification type info UNINITIALIZED_THIS.int tag()
ITEM_-prefixed constants in this class, such as ITEM_TOP, describe the possible return values of this method.
© 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.VerificationTypeInfo.html