Class MethodInstrumenter
java.lang.Object
kieker.monitoring.probe.javassist.MethodInstrumenter
public class MethodInstrumenter
extends java.lang.Object
Method instrumenter.
-
Constructor Summary
Constructors Constructor Description MethodInstrumenter(javassist.ClassPool pool) -
Method Summary
Modifier and Type Method Description voidinstrumentAllMethods(javassist.CtClass cc)
-
Constructor Details
-
MethodInstrumenter
public MethodInstrumenter(javassist.ClassPool pool)
-
-
Method Details
-
instrumentAllMethods
public void instrumentAllMethods(javassist.CtClass cc) throws javassist.NotFoundException, javassist.CannotCompileException- Throws:
javassist.NotFoundExceptionjavassist.CannotCompileException
-