| Modifier and Type | Method and Description |
|---|---|
int |
getMapValue()
Gets the map value.
|
java.lang.String |
getTypeName()
Gets the type name.
|
java.lang.String |
toHuman()
Return the "human" string form of this instance.
|
static ItemType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemType TYPE_HEADER_ITEM
public static final ItemType TYPE_STRING_ID_ITEM
public static final ItemType TYPE_TYPE_ID_ITEM
public static final ItemType TYPE_PROTO_ID_ITEM
public static final ItemType TYPE_FIELD_ID_ITEM
public static final ItemType TYPE_METHOD_ID_ITEM
public static final ItemType TYPE_CLASS_DEF_ITEM
public static final ItemType TYPE_CALL_SITE_ID_ITEM
public static final ItemType TYPE_METHOD_HANDLE_ITEM
public static final ItemType TYPE_MAP_LIST
public static final ItemType TYPE_TYPE_LIST
public static final ItemType TYPE_ANNOTATION_SET_REF_LIST
public static final ItemType TYPE_ANNOTATION_SET_ITEM
public static final ItemType TYPE_CLASS_DATA_ITEM
public static final ItemType TYPE_CODE_ITEM
public static final ItemType TYPE_STRING_DATA_ITEM
public static final ItemType TYPE_DEBUG_INFO_ITEM
public static final ItemType TYPE_ANNOTATION_ITEM
public static final ItemType TYPE_ENCODED_ARRAY_ITEM
public static final ItemType TYPE_ANNOTATIONS_DIRECTORY_ITEM
public static final ItemType TYPE_MAP_ITEM
public static final ItemType TYPE_TYPE_ITEM
public static final ItemType TYPE_EXCEPTION_HANDLER_ITEM
public static final ItemType TYPE_ANNOTATION_SET_REF_ITEM
public static ItemType[] values()
for (ItemType c : ItemType.values()) System.out.println(c);
public static ItemType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getMapValue()
public java.lang.String getTypeName()
non-null; the type nameCopyright © 2020. All Rights Reserved.