Package Name | Comment |
org.gjt.jclasslib.browser |
Package documentation
This package contains classes for the class file browser. The entry point for the
application is BrowserApplication.
|
org.gjt.jclasslib.browser.config |
Package documentation
This package contains classes for workspace configuration management. The main configuration class
is BrowserConfig.
|
org.gjt.jclasslib.browser.config.classpath |
Package documentation
This package contains classpath related configuration classes.
|
org.gjt.jclasslib.browser.config.window |
Package documentation
This package contains classes that describe the selection state of a BrowserComponent.
A WindowState object completely defines the serializable state.
|
org.gjt.jclasslib.browser.detail |
Package documentation
This package contains classes for the detail area in a child window
of the class file browser.
|
org.gjt.jclasslib.browser.detail.attributes |
Package documentation
This package contains classes for displaying the details of attributes.
|
org.gjt.jclasslib.browser.detail.attributes.code |
Package documentation
This package contains classes for displaying a code attribute.
|
org.gjt.jclasslib.browser.detail.constants |
Package documentation
This package contains classes for displaying the details of constant pool entries.
|
org.gjt.jclasslib.browser.detail.elementvalues |
Package documentation
This package contains classes for displaying the details of element values.
|
org.gjt.jclasslib.bytecode |
Package documentation
This package contains classes which are wrappers for opcode instructions contained
in the code field of a Code attribute structure. These classes are not
generated when reading the org.gjt.jclasslib.structures.ClassFile structure via
the org.gjt.jclasslib.io.ClassFileReader, they have to be created through the
org.gjt.jclasslib.io.ByteCodeReader and converted back to bytecode with the
org.gjt.jclasslib.io.ByteCodeWriter.
|
org.gjt.jclasslib.io |
Package documentation
This package contains classes which convert between the class file format and
the reprensentations defined in the packages org.gjt.jclasslib.structures
and org.gjt.jclasslib.bytecode.
|
org.gjt.jclasslib.mdi |
Package documentation
This package contains classes implementing a multiple document interface (MDI)
framework. They do not contain application specific logic.
|
org.gjt.jclasslib.nbmodule |
Package documentation
This package contains classes for the Netbeans module.
|
org.gjt.jclasslib.structures |
Package documentation
This package contains classes mirroring the data structures of the class file format.
Most data structures mirror those defined in the
Java virtual machine specification.
Attributes have been grouped in the attributes subpackage, constant pool entries
are found in the constants subpackage.
|
org.gjt.jclasslib.structures.attributes |
Package documentation
This package contains classes for attribute data structures which extend
org.gjt.jclasslib.structures.AttributeInfo and their substructures.
|
org.gjt.jclasslib.structures.constants |
Package documentation
This package contains classes for constant pool data structures which extend
org.gjt.jclasslib.structures.CPInfo.
|
org.gjt.jclasslib.structures.elementvalues |
Package documentation
This package contains classes for constant pool data structures which describe element values.
|
org.gjt.jclasslib.util |
Package documentation
This package contains classes which do not contain application specific logic
and can be considered utility classes to other packages.
|