public enum VerificationType extends Enum<VerificationType>
Enum Constant and Description |
---|
DOUBLE |
FLOAT |
INTEGER |
ITEM_Null |
LONG |
NULL |
OBJECT |
TOP |
UNINITIALIZED |
Modifier and Type | Method and Description |
---|---|
VerificationTypeInfoEntry |
createEntry() |
static VerificationType |
getFromTag(int tag) |
int |
getTag() |
static VerificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerificationType TOP
public static final VerificationType INTEGER
public static final VerificationType FLOAT
public static final VerificationType DOUBLE
public static final VerificationType LONG
public static final VerificationType ITEM_Null
public static final VerificationType NULL
public static final VerificationType OBJECT
public static final VerificationType UNINITIALIZED
public static VerificationType[] values()
for (VerificationType c : VerificationType.values()) System.out.println(c);
public static VerificationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static VerificationType getFromTag(int tag) throws InvalidByteCodeException
InvalidByteCodeException
public int getTag()
public VerificationTypeInfoEntry createEntry()