| |
|
| java.lang.Object EDU.purdue.cs.bloat.reflect.LineNumberDebugInfo
Method Summary | |
public Object | clone() | public int | lineNumber() Get the line number for this group of instructions. | public int | startPC() Get the start PC of the instructions for this line number. | public String | toString() Convert the attribute to a string. |
LineNumberDebugInfo | public LineNumberDebugInfo(int startPC, int lineNumber)(Code) | | Constructor.
Parameters: startPC - The start PC of the instructions for this line number. Parameters: lineNumber - The line number for this group of instructions. |
lineNumber | public int lineNumber()(Code) | | Get the line number for this group of instructions.
The line number. |
startPC | public int startPC()(Code) | | Get the start PC of the instructions for this line number.
The start PC. |
toString | public String toString()(Code) | | Convert the attribute to a string.
A string representation of the attribute. |
|
|
|