| Package | Description |
|---|---|
| org.cojen.classfile | |
| org.cojen.classfile.attribute | |
| org.cojen.classfile.constant | |
| org.cojen.util |
| Class and Description |
|---|
| AbstractCodeAssembler |
| Attribute
This class corresponds to the attribute_info structure defined in The
Java Virtual Machine Specification.
|
| AttributeFactory
Allows custom
Attributes to be constructed when a
ClassFile is read from a stream. |
| ClassFile
A class used to create Java class files.
|
| ClassFileDataLoader
Loads data for class files from qualified class names.
|
| CodeAssembler
CodeAssembler is a high-level interface for assembling Java Virtual Machine
byte code.
|
| CodeBuffer
An interface that abstracts bytecode from a
CodeAttr. |
| CodeBuilder
CodeBuilder is used for adding instructions to a method, but hides many
low-level details of the virtual machine instruction set.
|
| ConstantInfo
This class corresponds to the cp_info structure as defined in The Java
Virtual Machine Specification.
|
| ConstantPool
This class corresponds to the constant_pool structure as defined in The
Java Virtual Machine Specification.
|
| Descriptor
Base class for type or method descriptors.
|
| ExceptionHandler
This class corresponds to the exception_table structure as defined in The
Java Virtual Machine Specification.
|
| FieldInfo
This class corresponds to the field_info structure as defined in The Java
Virtual Machine Specification.
|
| FixedLocation
Implementation of a Location with a fixed, constant address.
|
| Label
A label is used to manipulate a branch instruction's branch location.
|
| LocalVariable |
| Location
Provides the location of an instruction in a CodeBuffer.
|
| LocationRange |
| MethodDesc
This class is used to build method descriptor strings as defined in The
Java Virtual Machine Specification.
|
| MethodInfo
This class corresponds to the method_info data structure as defined in
The Java Virtual Machine Specification.
|
| Modifiers
The Modifiers class is an immutable wrapper around a modifier bitmask.
|
| TypeDesc
This class is used to build field and return type descriptor strings as
defined in The Java Virtual Machine Specification.
|
| Class and Description |
|---|
| Attribute
This class corresponds to the attribute_info structure defined in The
Java Virtual Machine Specification.
|
| AttributeFactory
Allows custom
Attributes to be constructed when a
ClassFile is read from a stream. |
| CodeBuffer
An interface that abstracts bytecode from a
CodeAttr. |
| ConstantInfo
This class corresponds to the cp_info structure as defined in The Java
Virtual Machine Specification.
|
| ConstantPool
This class corresponds to the constant_pool structure as defined in The
Java Virtual Machine Specification.
|
| LocalVariable |
| Location
Provides the location of an instruction in a CodeBuffer.
|
| MethodInfo
This class corresponds to the method_info data structure as defined in
The Java Virtual Machine Specification.
|
| Modifiers
The Modifiers class is an immutable wrapper around a modifier bitmask.
|
| TypeDesc
This class is used to build field and return type descriptor strings as
defined in The Java Virtual Machine Specification.
|
| Class and Description |
|---|
| ConstantInfo
This class corresponds to the cp_info structure as defined in The Java
Virtual Machine Specification.
|
| ConstantPool
This class corresponds to the constant_pool structure as defined in The
Java Virtual Machine Specification.
|
| Descriptor
Base class for type or method descriptors.
|
| TypeDesc
This class is used to build field and return type descriptor strings as
defined in The Java Virtual Machine Specification.
|
| Class and Description |
|---|
| ClassFile
A class used to create Java class files.
|
| TypeDesc
This class is used to build field and return type descriptor strings as
defined in The Java Virtual Machine Specification.
|
Copyright © 2004-2015 Cojen. All Rights Reserved.