public final class LineNumberTableReader extends AttributeReader
attr, cr, length
Constructor and Description |
---|
LineNumberTableReader(ClassReader.AttrIterator iter)
Build a reader for a LineNumberTable attribute.
|
Modifier and Type | Method and Description |
---|---|
int[] |
getRawTable() |
static int[] |
makeBytecodeToSourceMap(CodeReader code)
Construct a "bytecode to source" map for the given code.
|
checkSize, checkSizeEquals, getClassReader, getRawOffset, getRawSize
public LineNumberTableReader(ClassReader.AttrIterator iter) throws InvalidClassFileException
InvalidClassFileException
public int[] getRawTable()
public static int[] makeBytecodeToSourceMap(CodeReader code) throws InvalidClassFileException, IllegalArgumentException
InvalidClassFileException
IllegalArgumentException