public class LocalVariableTable extends AbstractLocalVariableTable
Code,
LocalVariable,
Serialized Formconstant_pool, length, name_index, tag| Constructor and Description |
|---|
LocalVariableTable(int name_index,
int length,
LocalVariable[] local_variable_table,
ConstantPool constant_pool) |
LocalVariableTable(LocalVariableTable c)
Initialize from another object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely
defined by the contents of a Java class.
|
copy, dump, getLocalVariable, getLocalVariable, getLocalVariableTable, getTableLength, setLocalVariableTable, toStringaddAttributeReader, clone, getConstantPool, getLength, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndexpublic LocalVariableTable(LocalVariableTable c)
public LocalVariableTable(int name_index,
int length,
LocalVariable[] local_variable_table,
ConstantPool constant_pool)
name_index - Index in constant pool to `LocalVariableTable'length - Content length in byteslocal_variable_table - Table of local variablesconstant_pool - Array of constantspublic void accept(Visitor v)