java.io.Serializable, java.lang.Cloneable, Nodepublic 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, toStringaddAttributeReader, clone, getConstantPool, getLength, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndexpublic LocalVariableTypeTable(int name_index,
int length,
java.io.DataInputStream file,
ConstantPool constant_pool)
throws java.io.IOException
java.io.IOExceptionpublic void accept(Visitor v)