Class LocalVariable

java.lang.Object
org.aspectj.apache.bcel.classfile.LocalVariable
All Implemented Interfaces:
Cloneable, Node, Constants

public final class LocalVariable extends Object implements Constants, Cloneable, Node
This class represents a local variable within a method. It contains its scope, name, signature and index on the method's frame.
Version:
$Id: LocalVariable.java,v 1.5 2009/09/10 15:35:05 aclement Exp $
Author:
M. Dahm
See Also: