| Package | Description |
|---|---|
| jetbrick.asm |
Classes for asm-5.0.3
|
| 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 © 2016 jetbrick. All rights reserved.