public enum JvmtiLocationFormat extends Enum<JvmtiLocationFormat>
| Enum Constant and Description |
|---|
JVMTI_JLOCATION_JVMBCI |
| Modifier and Type | Method and Description |
|---|---|
int |
getCValue() |
static JvmtiLocationFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JvmtiLocationFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JvmtiLocationFormat JVMTI_JLOCATION_JVMBCI
public static JvmtiLocationFormat[] values()
public static JvmtiLocationFormat 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 int getCValue()