Class LocalVariableGen

java.lang.Object
org.aspectj.apache.bcel.generic.LocalVariableGen
All Implemented Interfaces:
Serializable, Cloneable, InstructionTargeter

public class LocalVariableGen extends Object implements InstructionTargeter, Cloneable, Serializable
This class represents a local variable within a method. It contains its scope, name and type. The generated LocalVariable object can be obtained with getLocalVariable which needs the instruction list and the constant pool as parameters.
Version:
$Id: LocalVariableGen.java,v 1.7 2008/08/28 00:04:23 aclement Exp $
Author:
M. Dahm
See Also: