jas
Class LineTableAttr

java.lang.Object
  extended byjas.LineTableAttr

public class LineTableAttr
extends Object


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

LineTableAttr

public 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.

See Also:
CodeAttr.setLineTable(jas.LineTableAttr)
Method Detail

addEntry

public void addEntry(Label l,
                     int line)
Add a pc to line number entry to the line table.

Parameters:
line - Corresponding line number in the source file


Copyright © 2004 Jonathan Meyer, USA All rights reserved.