public interface OffsetToLineNumberConverter
| Modifier and Type | Field and Description |
|---|---|
static OffsetToLineNumberConverter |
NOOP_CONVERTER
a do-nothing offset-to-line-number converter which always returns
UNKNOWN_LINE_NUMBER |
static int |
UNKNOWN_LINE_NUMBER
indicates that the line number is unknown
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLineForOffset(int offset)
Given a raw bytecode offset number, returns the corresponding Java line number.
|
static final int UNKNOWN_LINE_NUMBER
static final OffsetToLineNumberConverter NOOP_CONVERTER
UNKNOWN_LINE_NUMBERint getLineForOffset(int offset)
offset - a raw bytecode offset