|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjas.LineTableAttr
Constructor Summary | |
LineTableAttr()
Note: A line table is associated with a method, so you need to create a new LineTableAttr for each method for which you add debugging information. |
Method Summary | |
void |
addEntry(Label l,
int line)
Add a pc to line number entry to the line table. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LineTableAttr()
CodeAttr.setLineTable(jas.LineTableAttr)
Method Detail |
public void addEntry(Label l, int line)
line
- Corresponding line number in the source file
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |