jawa.attributes.stack_map_table module¶
-
class
jawa.attributes.stack_map_table.
StackMapFrame
(frame_type)[source]¶ Bases:
object
-
frame_locals
¶
-
frame_offset
¶
-
frame_stack
¶
-
frame_type
¶
-
-
class
jawa.attributes.stack_map_table.
StackMapTableAttribute
(table, name_index=None)[source]¶ Bases:
jawa.attribute.Attribute
Note
Consider this experimental. This is an unnecessary ‘feature’ added in Java6 that even the official JDK has multiple bugs with. Proper generation of a StackMapTableAttribute requires a complete class hierarchy among other things.
-
ADDED_IN
= '6.0.0'¶
-
MINIMUM_CLASS_VERSION
= (50, 0)¶
-