jas
Class LocalVarTableAttr
java.lang.Object
jas.LocalVarTableAttr
public class LocalVarTableAttr
- extends Object
Constructor Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
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:
CodeAttr.setLocalVarTable(jas.LocalVarTableAttr)
addEntry
public void addEntry(LocalVarEntry e)
- Add a LocalVar Entry to the attribute
- Parameters:
e
- Local variable Entry to be added to the table
Copyright © 2006 Jonathan Meyer, USA All rights reserved.