Package | Description |
---|---|
org.objectweb.asm |
Provides a small and fast bytecode manipulation framework.
|
Modifier and Type | Field and Description |
---|---|
private MethodWriter |
ClassWriter.firstMethod
The methods of this class, stored in a linked list of
MethodWriter linked via their
MethodVisitor.mv field. |
private MethodWriter |
ClassWriter.lastMethod
The methods of this class, stored in a linked list of
MethodWriter linked via their
MethodVisitor.mv field. |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Frame.accept(MethodWriter methodWriter)
Makes the given
MethodWriter visit the input frame of this Frame . |