Package | Description |
---|---|
org.objectweb.asm |
Provides a small and fast bytecode manipulation framework.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CurrentFrame
Information about the input stack map frame at the "current" instruction of a method.
|
Modifier and Type | Field and Description |
---|---|
(package private) Frame |
Label.frame
The input and output stack map frames of the basic block corresponding to this label.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
Frame.copyFrom(Frame frame)
Sets this frame to the value of the given frame.
|
(package private) boolean |
Frame.merge(SymbolTable symbolTable,
Frame dstFrame,
int catchTypeIndex)
|