Package attr

The attr package contains the class hierarcy that is used to represent the Java Virtual Machine class file attributes.

See:
          Description

Class Summary
attrFactory Attribute "factory" class used to allocate attributes.
attrInfo Base class for attributes (Section 4.7, JVM Specification).
codeAttr Attribute for the byte code for a Java method.
constValueAttr Represent a ConstantValue attribute.
deprecAttr This class represents the depreciated attribute.
exceptAttr This class represents the exceptions attribute.
innerClassAttr This object represents the Java class file inner class information.
lineNumTabAttr This class represents the line number table attribute.
localVarTabAttr This object represents the local variable table.
srcFileAttr This object represents the source file attribute.
synthAttr Represent a JVM class file synthetic attribute.
 

Package attr Description

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 attributeconstValueAttr.java
deprecated attribute deprecAttr.java
exception attribute exceptAttr.java
inner class attribute innerClassAttr.java
line number attribute lineNumTabAttr.java
local variable attributelocalVarTabAttr.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.