public interface IClassProbesVisitor
extends org.objectweb.asm.ClassVisitor
ClassVisitor with additional methods to get probe insertion
information for each method| Modifier and Type | Method and Description |
|---|---|
IMethodProbesVisitor |
visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
void |
visitTotalProbeCount(int count)
Reports the total number of encountered probes.
|
IMethodProbesVisitor visitMethod(int access, String name, String desc, String signature, String[] exceptions)
visitMethod in interface org.objectweb.asm.ClassVisitorvoid visitTotalProbeCount(int count)
ClassVisitor.visitEnd(). For interfaces
this method is called before the first method (the static initializer) is
emitted.count - total number of probesCopyright © 2009-2012 Mountainminds GmbH & Co. KG. All Rights Reserved.