public static enum AsmTest.InvalidClass extends Enum<AsmTest.InvalidClass>
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes()
Returns the content of this class.
|
String |
toString() |
static AsmTest.InvalidClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmTest.InvalidClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsmTest.InvalidClass INVALID_BYTECODE_OFFSET
public static final AsmTest.InvalidClass INVALID_CLASS_VERSION
public static final AsmTest.InvalidClass INVALID_CONSTANT_POOL_INDEX
public static final AsmTest.InvalidClass INVALID_CONSTANT_POOL_REFERENCE
public static final AsmTest.InvalidClass INVALID_CP_INFO_TAG
public static final AsmTest.InvalidClass INVALID_ELEMENT_VALUE
public static final AsmTest.InvalidClass INVALID_INSN_TYPE_ANNOTATION_TARGET_TYPE
public static final AsmTest.InvalidClass INVALID_OPCODE
public static final AsmTest.InvalidClass INVALID_STACK_MAP_FRAME_TYPE
public static final AsmTest.InvalidClass INVALID_TYPE_ANNOTATION_TARGET_TYPE
public static final AsmTest.InvalidClass INVALID_VERIFICATION_TYPE_INFO
public static final AsmTest.InvalidClass INVALID_WIDE_OPCODE
public static AsmTest.InvalidClass[] values()
for (AsmTest.InvalidClass c : AsmTest.InvalidClass.values()) System.out.println(c);
public static AsmTest.InvalidClass 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 byte[] getBytes()
public String toString()
toString
in class Enum<AsmTest.InvalidClass>
Copyright © 2021. All rights reserved.