public static class ClassFile.LocalVariableTableAttribute extends ClassFile.AttributeInfo
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ClassFile.LocalVariableTableAttribute.Entry |
The structure of the entries in the
local_variable_table, as described in JVMS7 4.7.13. |
| Constructor | Description |
|---|---|
LocalVariableTableAttribute(short attributeNameIndex,
ClassFile.LocalVariableTableAttribute.Entry[] entries) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
storeBody(DataOutputStream dos) |
Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.
|
storepublic LocalVariableTableAttribute(short attributeNameIndex,
ClassFile.LocalVariableTableAttribute.Entry[] entries)
protected void storeBody(DataOutputStream dos) throws IOException
ClassFile.AttributeInfostoreBody in class ClassFile.AttributeInfoIOExceptionCopyright © 2001–2019. All rights reserved.