jas
Class LocalVarTypeTableAttr

java.lang.Object
  extended by 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.
 
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, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

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

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.