org.apache.bcel.classfile
public class LocalVariableTable extends AbstractLocalVariableTable
See Also: Code LocalVariable
Constructor Summary | |
---|---|
LocalVariableTable(LocalVariableTable c)
Initialize from another object. | |
LocalVariableTable(int name_index, int length, LocalVariable[] local_variable_table, ConstantPool constant_pool) |
Method Summary | |
---|---|
void | accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely
defined by the contents of a Java class. |
Parameters: name_index Index in constant pool to `LocalVariableTable' length Content length in bytes local_variable_table Table of local variables constant_pool Array of constants
Parameters: v Visitor object