Enum Class StackMapFrameInfo.SimpleVerificationTypeInfo
java.lang.Object
java.lang.Enum<StackMapFrameInfo.SimpleVerificationTypeInfo>
java.lang.classfile.attribute.StackMapFrameInfo.SimpleVerificationTypeInfo
- All Implemented Interfaces:
- Serializable,- StackMapFrameInfo.VerificationTypeInfo,- Comparable<StackMapFrameInfo.SimpleVerificationTypeInfo>,- Constable
- Enclosing interface:
- StackMapFrameInfo
public static enum StackMapFrameInfo.SimpleVerificationTypeInfo
extends Enum<StackMapFrameInfo.SimpleVerificationTypeInfo>
implements StackMapFrameInfo.VerificationTypeInfo
A simple stack value.
- Since:
- 24
- 
Nested Class SummaryNested classes/interfaces declared in class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFields declared in interface java.lang.classfile.attribute.StackMapFrameInfo.VerificationTypeInfoITEM_DOUBLE, ITEM_FLOAT, ITEM_INTEGER, ITEM_LONG, ITEM_NULL, ITEM_OBJECT, ITEM_TOP, ITEM_UNINITIALIZED, ITEM_UNINITIALIZED_THIS
- 
Method Summary
- 
Enum Constant Details- 
TOPVerification type top.
- 
INTEGERVerification type int.
- 
FLOATVerification type float.
- 
DOUBLEVerification type double.
- 
LONGVerification type long.
- 
NULLVerification type null.
- 
UNINITIALIZED_THISVerification type uninitializedThis.
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
tagpublic int tag()Description copied from interface:StackMapFrameInfo.VerificationTypeInfoReturns the tag of the type info.- Specified by:
- tagin interface- StackMapFrameInfo.VerificationTypeInfo
- Returns:
- the tag of the type info
 
 
-