Package aQute.bnd.classfile
Class LineNumberTableAttribute
java.lang.Object
aQute.bnd.classfile.LineNumberTableAttribute
- All Implemented Interfaces:
Attribute
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLineNumberTableAttribute(LineNumberTableAttribute.LineNumber[] line_number_table) -
Method Summary
Modifier and TypeMethodDescriptionintname()static LineNumberTableAttributeread(DataInput in, ConstantPool constant_pool) toString()voidwrite(DataOutput out, ConstantPool constant_pool)
-
Field Details
-
NAME
- See Also:
-
line_number_table
-
-
Constructor Details
-
LineNumberTableAttribute
-
-
Method Details
-
name
-
toString
-
read
public static LineNumberTableAttribute read(DataInput in, ConstantPool constant_pool) throws IOException - Throws:
IOException
-
write
- Specified by:
writein interfaceAttribute- Throws:
IOException
-
attribute_length
public int attribute_length()- Specified by:
attribute_lengthin interfaceAttribute
-