Package | Description |
---|---|
org.objectweb.asm |
Modifier and Type | Field and Description |
---|---|
protected MethodVisitor |
MethodVisitor.mv
The method visitor to which this visitor must delegate method calls.
|
Modifier and Type | Method and Description |
---|---|
MethodVisitor |
ClassWriter.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
MethodVisitor |
ClassVisitor.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions)
Visits a method of the class.
|
Constructor and Description |
---|
MethodVisitor(int api,
MethodVisitor mv)
Constructs a new
MethodVisitor . |
Copyright © 2017. All rights reserved.