| Modifier and Type | Class and Description |
|---|---|
static class |
LocalVariableTypeTableAttribute.LocalVariableType |
| Modifier and Type | Field and Description |
|---|---|
LocalVariableTypeTableAttribute.LocalVariableType[] |
local_variable_type_table |
static String |
NAME |
| Constructor and Description |
|---|
LocalVariableTypeTableAttribute(LocalVariableTypeTableAttribute.LocalVariableType[] local_variable_type_table) |
| Modifier and Type | Method and Description |
|---|---|
int |
attribute_length() |
String |
name() |
static LocalVariableTypeTableAttribute |
read(DataInput in,
ConstantPool constant_pool) |
String |
toString() |
void |
write(DataOutput out,
ConstantPool constant_pool) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitattributes_length, readAttribute, readAttributes, writeAttributespublic static final String NAME
public final LocalVariableTypeTableAttribute.LocalVariableType[] local_variable_type_table
public LocalVariableTypeTableAttribute(LocalVariableTypeTableAttribute.LocalVariableType[] local_variable_type_table)
public static LocalVariableTypeTableAttribute read(DataInput in, ConstantPool constant_pool) throws IOException
IOExceptionpublic void write(DataOutput out, ConstantPool constant_pool) throws IOException
write in interface AttributeIOExceptionpublic int attribute_length()
attribute_length in interface AttributeCopyright © 2021. All rights reserved.