| Interface | Description |
|---|---|
| Opcodes |
| Class | Description |
|---|---|
| ArrayClassLoader |
ClassLoader that loads from a byte[] in memory.
|
| BcUtils |
Utility methods for generating common methods/operations into generated
ClassFiles.
|
| ByteArray |
ByteArray is like java.util.ArrayList, except that its contents are primitive
bytes.
|
| CatchBlock |
A Catch block.
|
| CodeBlock |
Represents a code block, which defines a scope for local
variables.
|
| CodeBuilder |
Factory for building AttrCode objects for CfMethods, eg for generating
bytecode.
|
| ElseBlock |
An Else block.
|
| IfBlock |
An If block.
|
| Label |
A label marks a point in the byte[] for branch instruction targets,
and allows for forward references to be resolved later.
|
| TryBlock |
A Try block.
|
Copyright ? 2000-2003 Clarity Systems Group, LLC. All Rights Reserved.