public class BMLocalScopeMethodAdapter
extends MethodNode
Modifier and Type | Field and Description |
---|---|
private MethodVisitor |
mv |
Constructor and Description |
---|
BMLocalScopeMethodAdapter(MethodVisitor mv,
int access,
java.lang.String name,
java.lang.String desc,
java.lang.String signature,
java.lang.String[] exceptions)
creates a method node with an instruction list which notifies local var scope start and end
events.
|
Modifier and Type | Method and Description |
---|---|
void |
visitEnd()
once we have seen all the opcodes we can push the stored method tree through the next visitor in line
|
public BMLocalScopeMethodAdapter(MethodVisitor mv, int access, java.lang.String name, java.lang.String desc, java.lang.String signature, java.lang.String[] exceptions)
mv
- access
- name
- desc
- signature
- exceptions
-