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, notify, notifyAll, 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
Copyright © 2004 Jonathan Meyer, USA All rights reserved.