jawa.attributes package¶
Implemented Attributes¶
In addition to standard JVM attributes various compilers, debuggers, and other
tools may insert additional unknown attributes into a ClassFile
.
Not all standard attributes are currently implemented. When an unknown
attribute is encountered, an UnknownAttribute
object
is created instead. This UnknownAttribute retains the name and content of the
original attribute, allowing you to parse it yourself or to simply pass it
through.
Submodules¶
- jawa.attributes.bootstrap module
- jawa.attributes.code module
- jawa.attributes.constant_value module
- jawa.attributes.deprecated module
- jawa.attributes.exceptions module
- jawa.attributes.line_number_table module
- jawa.attributes.local_variable module
- jawa.attributes.signature module
- jawa.attributes.source_file module
- jawa.attributes.stack_map_table module
- jawa.attributes.enclosing_method module
- jawa.attributes.inner_classes module
- jawa.attributes.local_variable_type module
- jawa.attributes.synthetic module