Class jas.LineTableAttr
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jas.LineTableAttr

java.lang.Object
   |
   +----jas.LineTableAttr

public class LineTableAttr
extends Object

Constructor Index

 o 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 Index

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

Constructors

 o 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:
setLineTable

Methods

 o addEntry
  public void addEntry(Label l,
                       int line)
Add a pc to line number entry to the line table.
Parameters:
Label - to the location in the class file
line - Corresponding line number in the source file

All Packages  Class Hierarchy  This Package  Previous  Next  Index