All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jas.LocalVarTableAttr

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

public class LocalVarTableAttr
extends Object

Constructor Index

 o LocalVarTableAttr()
Note: A local var is associated with a method, so you need to create a new LocalVarTableAttr for each method for which you add debugging information.

Method Index

 o addEntry(LocalVarEntry)
Add a LocalVar Entry to the attribute

Constructors

 o LocalVarTableAttr
 public LocalVarTableAttr()
Note: A local var is associated with a method, so you need to create a new LocalVarTableAttr for each method for which you add debugging information.

See Also:
setLocalVarTable

Methods

 o addEntry
 public void addEntry(LocalVarEntry e)
Add a LocalVar Entry to the attribute

Parameters:
entry - Local variable Entry to be added to the table

All Packages  Class Hierarchy  This Package  Previous  Next  Index