public static class ClassFile.LineNumberTableAttribute extends ClassFile.AttributeInfo
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassFile.LineNumberTableAttribute.Entry
The structure of the entries in the
line_number_table, as described in JVMS7 4.7.12. |
| Constructor and Description |
|---|
LineNumberTableAttribute(short attributeNameIndex,
ClassFile.LineNumberTableAttribute.Entry[] entries) |
| Modifier and Type | Method and 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 LineNumberTableAttribute(short attributeNameIndex,
ClassFile.LineNumberTableAttribute.Entry[] entries)
protected void storeBody(DataOutputStream dos) throws IOException
ClassFile.AttributeInfostoreBody in class ClassFile.AttributeInfoIOException