Enum Class StackMap.VerificationType
java.lang.Object
java.lang.Enum<StackMap.VerificationType>
org.openjdk.asmtools.common.structure.StackMap.VerificationType
- All Implemented Interfaces:
Serializable
,Comparable<StackMap.VerificationType>
,Constable
- Enclosing class:
- StackMap
MapTypes table. These constants are used in stackmap pseudo-instructions only.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private static HashMap<String,
StackMap.VerificationType> private final String
private static HashMap<String,
StackMap.VerificationType> private Integer
private static HashMap<Integer,
StackMap.VerificationType> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
VerificationType
(Integer tag, String printName, String parseKey) -
Method Summary
Modifier and TypeMethodDescriptionstatic StackMap.VerificationType
get
(int tag) static StackMap.VerificationType
getByParseKey
(String parseKey) static StackMap.VerificationType
getByPrintName
(String printName) (package private) static boolean
isValidVerificationType
(int tag) parseKey()
tag()
static StackMap.VerificationType
Returns the enum constant of this class with the specified name.static StackMap.VerificationType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ITEM_UNKNOWN
-
ITEM_Bogus
-
ITEM_Integer
-
ITEM_Float
-
ITEM_Double
-
ITEM_Long
-
ITEM_Null
-
ITEM_InitObject
-
ITEM_Object
-
ITEM_NewObject
-
-
Field Details
-
printNameToType
-
parseKeyToType
-
tagToType
-
printName
-
parseKey
-
tag
-
-
Constructor Details
-
VerificationType
-
-
Method Details
-
values
Returns 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
-
valueOf
Returns 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 nameNullPointerException
- if the argument is null
-
isValidVerificationType
static boolean isValidVerificationType(int tag) -
getByPrintName
-
getByParseKey
-
get
-
parseKey
-
printName
-
tag
-