Class LocalVariableTable

java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.LocalVariableTable
All Implemented Interfaces:
Serializable, Cloneable, Node

public class LocalVariableTable extends Attribute
This class represents collection of local variables in a method. This attribute is contained in the Code attribute.
Version:
$Id: LocalVariableTable.java,v 1.8 2009/09/15 19:40:12 aclement Exp $
Author:
M. Dahm
See Also: