The attr package contains the class hierarcy that is used to represent the Java Virtual Machine class file attributes. The attr package also contains the attrFactory class which is used to allocate attributes. The class file attributes are:
attribute | file | |
---|---|---|
attribute base class | attrInfo.java | |
code attribute | codeAttr.java | |
constant value attribute | constValueAttr.java | |
deprecated attribute | deprecAttr.java | |
exception attribute | exceptAttr.java | |
inner class attribute | innerClassAttr.java | |
line number attribute | lineNumTabAttr.java | |
local variable attribute | localVarTabAttr.java | |
source file attribute | srcFileAttr.java | |
synthetic attribute | synthAttr.java |
This package is part of the javad program which disassembles Java class files.
This software was written by Ian Kaplan and is copyrighted by Ian Kaplan, Bear Products International.
Although this software is published in source form, it is not open source software. See the copyright.