public class LineNumberTable
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getLastLineNr()
Get the line number of the last code block.
|
int |
getLineNumber(int idx)
Get the line number
|
int |
getMaxLineNr() |
int |
getMinLineNr() |
int |
getStartOffset(int idx)
Get the offset of the code
|
int |
size()
Count of entries
|
public int size()
public int getStartOffset(int idx)
idx
- the table positionpublic int getLineNumber(int idx)
idx
- the table positionpublic int getLastLineNr()
public int getMinLineNr()
public int getMaxLineNr()