| Package | Description |
|---|---|
| org.powermock.objectweb.asm |
Repackaged from ASM 5.0.4
|
| 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 © 2007–2016. All rights reserved.