public class CodeLocation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
location
The absolution location in the bytecode stream.
|
private StackFrame |
stackFrame
The stack frame at the given bytecode location
|
Constructor and Description |
---|
CodeLocation(int location,
StackFrame stackFrame) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getLocation() |
(package private) StackFrame |
getStackFrame() |
private final int location
private final StackFrame stackFrame
CodeLocation(int location, StackFrame stackFrame)
int getLocation()
StackFrame getStackFrame()