public static interface DebugInfoProvider.DebugLocalValueInfo extends DebugInfoProvider.DebugLocalInfo
| Modifier and Type | Interface and Description |
|---|---|
static class |
DebugInfoProvider.DebugLocalValueInfo.LocalKind |
| Modifier and Type | Method and Description |
|---|---|
JavaConstant |
constantValue() |
long |
heapOffset() |
DebugInfoProvider.DebugLocalValueInfo.LocalKind |
localKind() |
int |
regIndex() |
int |
stackSlot() |
DebugInfoProvider.DebugLocalValueInfo.LocalKind localKind()
int regIndex()
int stackSlot()
long heapOffset()
JavaConstant constantValue()