jawa.attributes.local_variable_type module

class jawa.attributes.local_variable_type.LocalVariableTypeTableAttribute(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_type.local_variable_type_entry(start_pc, length, name_index, signature_index, index)

Bases: tuple

index

Alias for field number 4

length

Alias for field number 1

name_index

Alias for field number 2

signature_index

Alias for field number 3

start_pc

Alias for field number 0