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 Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate static HashMap<String, StackMap.VerificationType> private final Stringprivate static HashMap<String, StackMap.VerificationType> private Integerprivate static HashMap<Integer, StackMap.VerificationType> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateVerificationType(Integer tag, String printName, String parseKey) -
Method Summary
Modifier and TypeMethodDescriptionstatic StackMap.VerificationTypeget(int tag) static StackMap.VerificationTypegetByParseKey(String parseKey) static StackMap.VerificationTypegetByPrintName(String printName) (package private) static booleanisValidVerificationType(int tag) parseKey()tag()static StackMap.VerificationTypeReturns 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
-