| Interface | Description |
|---|---|
| DeferredBytecode | |
| MethodInformation |
Data that is needed when working with a method in bytecode
|
| Class | Description |
|---|---|
| Boxing |
This class is responsible for generating CodeAttribute fragments to box/unbox
whatever happens to be on the top of the stack.
|
| BytecodeUtils |
utility class for common bytecode operations
|
| ClassFileUtils |
Utility class for loading a ClassFile into a classloader.
|
| ConstructorUtils |
Utility class for working with constructors in the low level javassist API
|
| DescriptorUtils |
Utility class for working with method descriptors
|
| RuntimeMethodInformation |
Contains all the data that is needed when working with a method in bytecode
|
| StaticMethodInformation |
Copyright © 2013 Seam Framework. All Rights Reserved.