Package | Description |
---|---|
clojure.asm |
Provides a small and fast bytecode manipulation framework.
|
Modifier and Type | Field and Description |
---|---|
(package private) Frame |
Label.frame
Information about the input and output stack map frames of this basic
block.
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
Frame.merge(ClassWriter cw,
Frame frame,
int edge)
Merges the input frame of the given basic block with the input and output
frames of this basic block.
|
private void |
MethodWriter.visitFrame(Frame f)
Visits a frame that has been computed from scratch.
|