public interface LineNumbersMapping
Modifier and Type | Field and Description |
---|---|
static Key<LineNumbersMapping> |
LINE_NUMBERS_MAPPING_KEY
A mapping between lines contained in a byte code and actual source lines
(placed into a user data of a VirtualFile for a .class file).
|
Modifier and Type | Method and Description |
---|---|
int |
bytecodeToSource(int line) |
int |
sourceToBytecode(int line) |
static final Key<LineNumbersMapping> LINE_NUMBERS_MAPPING_KEY