public static enum ConstantPoolEntry.EntryType extends Enum<ConstantPoolEntry.EntryType>
Modifier and Type | Method and Description |
---|---|
byte |
getValue() |
static ConstantPoolEntry.EntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantPoolEntry.EntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstantPoolEntry.EntryType CP_ENTRY_UTF8
public static final ConstantPoolEntry.EntryType CP_ENTRY_INTEGER
public static final ConstantPoolEntry.EntryType CP_ENTRY_FLOAT
public static final ConstantPoolEntry.EntryType CP_ENTRY_STRING
public static final ConstantPoolEntry.EntryType CP_ENTRY_PACKAGE
public static final ConstantPoolEntry.EntryType CP_ENTRY_FUNCTION_REF
public static final ConstantPoolEntry.EntryType CP_ENTRY_ACTION_REF
public static final ConstantPoolEntry.EntryType CP_ENTRY_FUNCTION_CALL_ARGS
public static final ConstantPoolEntry.EntryType CP_ENTRY_STRUCTURE_REF
public static final ConstantPoolEntry.EntryType CP_ENTRY_TYPE_REF
public static final ConstantPoolEntry.EntryType CP_ENTRY_FORK_JOIN
public static final ConstantPoolEntry.EntryType CP_ENTRY_WRKR_DATA_CHNL_REF
public static final ConstantPoolEntry.EntryType CP_ENTRY_BLOB
public static final ConstantPoolEntry.EntryType CP_ENTRY_BYTE
public static ConstantPoolEntry.EntryType[] values()
for (ConstantPoolEntry.EntryType c : ConstantPoolEntry.EntryType.values()) System.out.println(c);
public static ConstantPoolEntry.EntryType 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 getValue()
Copyright © 2018 WSO2. All rights reserved.