jawa.attributes.line_number_table module

class jawa.attributes.line_number_table.LineNumberTableAttribute(table, name_index=None)[source]

Bases: jawa.attribute.Attribute

ADDED_IN = '1.0.2'
MINIMUM_CLASS_VERSION = (45, 3)
pack()[source]

This attribute packed into its on-disk representation.

unpack(info)[source]

Parses an instance of this attribute from the blob info.

class jawa.attributes.line_number_table.line_number_entry(start_pc, line_number)

Bases: tuple

line_number

Alias for field number 1

start_pc

Alias for field number 0