|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IClassProbesVisitor
A ClassVisitor with additional methods to get probe insertion
information for each method
| Method Summary | |
|---|---|
IMethodProbesVisitor |
visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions)
|
void |
visitTotalProbeCount(int count)
Reports the total number of encountered probes. |
| Methods inherited from interface org.objectweb.asm.ClassVisitor |
|---|
visit, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitOuterClass, visitSource |
| Method Detail |
|---|
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 probes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||