public abstract class MethodTransformSpec extends Object
Modifier and Type | Field and Description |
---|---|
String |
desc
Method signature.
|
String |
name
Name of the method to transform.
|
Constructor and Description |
---|
MethodTransformSpec(String name,
String desc) |
Modifier and Type | Method and Description |
---|---|
abstract org.kohsuke.asm6.MethodVisitor |
newAdapter(org.kohsuke.asm6.MethodVisitor base,
int access,
String name,
String desc,
String signature,
String[] exceptions)
Creates a visitor that receives the original method definition and writes
the transformed method to the given base.
|
Copyright © 2018. All rights reserved.