public static enum DebugInfoProvider.DebugLocalValueInfo.LocalKind extends Enum<DebugInfoProvider.DebugLocalValueInfo.LocalKind>
| Enum Constant and Description |
|---|
CONSTANT |
REGISTER |
STACKSLOT |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static DebugInfoProvider.DebugLocalValueInfo.LocalKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DebugInfoProvider.DebugLocalValueInfo.LocalKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DebugInfoProvider.DebugLocalValueInfo.LocalKind UNDEFINED
public static final DebugInfoProvider.DebugLocalValueInfo.LocalKind REGISTER
public static final DebugInfoProvider.DebugLocalValueInfo.LocalKind STACKSLOT
public static final DebugInfoProvider.DebugLocalValueInfo.LocalKind CONSTANT
public static DebugInfoProvider.DebugLocalValueInfo.LocalKind[] values()
public static DebugInfoProvider.DebugLocalValueInfo.LocalKind 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 null