Interface | Description |
---|---|
JumpMarker |
Interface that represents a conditional jump or goto in bytecode.
|
MethodInformation |
Data that is needed when working with a method in bytecode
|
Class | Description |
---|---|
Boxing |
This class is responsible for generating bytecode 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
|
JumpUtils |
Utilities for writiting conditional statements in bytecode
|
MethodUtils |
Utility class for working with methods
|
RuntimeMethodInformation |
Contains all the data that is needed when working with a method in bytecode
|
StaticMethodInformation |
Copyright © 2013 Seam Framework. All rights reserved.