java.io.Serializable
, java.lang.Cloneable
, Node
public class LocalVariableTypeTable extends AbstractLocalVariableTable
constant_pool, length, name_index, tag
Constructor | Description |
---|---|
LocalVariableTypeTable(int name_index,
int length,
java.io.DataInputStream file,
ConstantPool constant_pool) |
Modifier and Type | Method | 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, toString
addAttributeReader, clone, getConstantPool, getLength, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex
public LocalVariableTypeTable(int name_index, int length, java.io.DataInputStream file, ConstantPool constant_pool) throws java.io.IOException
java.io.IOException
public void accept(Visitor v)