jas
Class LocalVarTypeTableAttr
java.lang.Object
jas.LocalVarTypeTableAttr
public class LocalVarTypeTableAttr
- extends Object
Constructor Summary |
LocalVarTypeTableAttr()
Note: A local var type is associated with a method, so you
need to create a new LocalVarTypeTableAttr 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 |
LocalVarTypeTableAttr
public LocalVarTypeTableAttr()
- Note: A local var type is associated with a method, so you
need to create a new LocalVarTypeTableAttr for each method for which you add
debugging information.
- See Also:
CodeAttr.setLocalVarTypeTable(jas.LocalVarTypeTableAttr)
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.