public class LineNumberInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
u2lineNumber |
int |
u2startPC |
| Constructor and Description |
|---|
LineNumberInfo()
Creates an uninitialized LineNumberInfo.
|
LineNumberInfo(int u2startPC,
int u2lineNumber)
Creates an initialized LineNumberInfo.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSource()
Returns a description of the source of the line, if known, or null
otherwise.
|