jawa.attributes.local_variable module

class jawa.attributes.local_variable.LocalVariableTableAttribute(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.local_variable.local_variable_entry(start_pc, length, name_index, descriptor_index, index)

Bases: tuple

descriptor_index

Alias for field number 3

index

Alias for field number 4

length

Alias for field number 1

name_index

Alias for field number 2

start_pc

Alias for field number 0