Interface | Description |
---|---|
AttributeHandler |
A callback interface, to intercept attributes as they are being read.
|
JVM |
Java Virtual Machine Constants.
|
Class | Description |
---|---|
Assertions |
Enable / disable assertions.
|
Attribute |
An attribute list within a class, field, method, or code attribute.
|
CfEntry |
An entry of a classfile, i.e.
|
CfField |
A field declared within a ClassFile.
|
CfFieldOrMethod | |
CfMethod |
A method declared within a ClassFile.
|
ClassFile |
ClassFile represents a Java class file (as stored on disk), as per the
Java Virtual Machine Specification, 2nd Edition, and exposes the
attributes of a classfile in convenient Java data formats (e.g., int as
opposed to U2).
|
ConstantPool |
Models the java classfile constant pool, and provides the ability to
dynamically construct or modify a constant pool.
|
CpClass |
A CONSTANT_Class entry in the constant pool.
|
CpEntry |
An entry in the constant pool for a ClassFile.
|
CpNameAndType |
A CONSTANT_NameAndType entry in the constant pool.
|
CpRef |
A CONSTANT_{Field,Method,InterfaceMethod}Ref entry in the constant pool.
|
CpString |
A CONSTANT_String entry in the constant pool.
|
CpUtf8 |
Constant UTF8 constant-pool entry.
|
CpValue1 |
A CONSTANT_Integer or CONSTANT_Float entry in the constant pool.
|
CpValue2 |
A CONSTANT_Long or CONSTANT_Double entry in the constant pool.
|
ExceptionHandler | |
LineNumber |
Association between program counter and sourcefile line number.
|
LocalVariable |
Models an entry in the local variable table of a AttrCode.
|
SigConverter |
Manages the conversion between Java-friendly type signatures and VM format
signatures.
|
Utils |
Exception | Description |
---|---|
ClassFileFormatException |
An exception that indicates an unrecoverable error ocurred while reading a class file from a stream.
|
Copyright ? 2000-2003 Clarity Systems Group, LLC. All Rights Reserved.