public class ProfilingClassAdviceAdapter
extends org.objectweb.asm.ClassVisitor
| Constructor and Description |
|---|
ProfilingClassAdviceAdapter(org.objectweb.asm.ClassVisitor visitor,
String className)
Constructor takes the class that will be profiled and the original visitor.
|
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.MethodVisitor |
visitMethod(int access,
String methodName,
String methodDescription,
String methodSignature,
String[] exceptions) |
public ProfilingClassAdviceAdapter(org.objectweb.asm.ClassVisitor visitor,
String className)
visitor - the visitor from ASMclassName - the name of the class to be profiledCopyright © 2016–2020. All rights reserved.