public static class ClassFile.LocalVariableTableAttribute extends ClassFile.AttributeInfo
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassFile.LocalVariableTableAttribute.Entry
The structure of the entries in the
local_variable_table, as described in JVMS7 4.7.13. |
| Modifier and Type | Field and Description |
|---|---|
private ClassFile.LocalVariableTableAttribute.Entry[] |
entries |
| Constructor and Description |
|---|
LocalVariableTableAttribute(short attributeNameIndex,
ClassFile.LocalVariableTableAttribute.Entry[] entries) |
| Modifier and Type | Method and Description |
|---|---|
private static ClassFile.AttributeInfo |
loadBody(short attributeNameIndex,
java.io.DataInputStream dis) |
protected void |
storeBody(java.io.DataOutputStream dos)
Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.
|
storeprivate final ClassFile.LocalVariableTableAttribute.Entry[] entries
public LocalVariableTableAttribute(short attributeNameIndex,
ClassFile.LocalVariableTableAttribute.Entry[] entries)
private static ClassFile.AttributeInfo loadBody(short attributeNameIndex, java.io.DataInputStream dis) throws java.io.IOException
java.io.IOExceptionprotected void storeBody(java.io.DataOutputStream dos)
throws java.io.IOException
ClassFile.AttributeInfostoreBody in class ClassFile.AttributeInfojava.io.IOException