jas
Class LocalVarTableAttr

java.lang.Object
  extended byjas.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.
 
Method Summary
 void addEntry(LocalVarEntry e)
          Add a LocalVar Entry to the attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

addEntry

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



Copyright © 2004 Jonathan Meyer, USA All rights reserved.