public class LineNumberDebugInfo
extends java.lang.Object
LineNumberTable| Constructor | Description |
|---|---|
LineNumberDebugInfo(int startPC,
int lineNumber) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
|
int |
lineNumber() |
Get the line number for this group of instructions.
|
int |
startPC() |
Get the start PC of the instructions for this line number.
|
java.lang.String |
toString() |
Convert the attribute to a string.
|
public LineNumberDebugInfo(int startPC,
int lineNumber)
startPC - The start PC of the instructions for this line number.lineNumber - The line number for this group of instructions.public int startPC()
public int lineNumber()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Object