Uses of Class
org.jacoco.core.internal.flow.MethodProbesVisitor
-
Packages that use MethodProbesVisitor Package Description org.jacoco.core.internal.analysis org.jacoco.core.internal.flow org.jacoco.core.internal.instr -
-
Uses of MethodProbesVisitor in org.jacoco.core.internal.analysis
Subclasses of MethodProbesVisitor in org.jacoco.core.internal.analysis Modifier and Type Class Description class
MethodAnalyzer
AMethodProbesVisitor
that builds theInstruction
s of a method to calculate the detailed execution status.Methods in org.jacoco.core.internal.analysis that return MethodProbesVisitor Modifier and Type Method Description MethodProbesVisitor
ClassAnalyzer. visitMethod(int access, java.lang.String name, java.lang.String desc, java.lang.String signature, java.lang.String[] exceptions)
-
Uses of MethodProbesVisitor in org.jacoco.core.internal.flow
Fields in org.jacoco.core.internal.flow declared as MethodProbesVisitor Modifier and Type Field Description private static MethodProbesVisitor
ClassProbesAdapter. EMPTY_METHOD_PROBES_VISITOR
private MethodProbesVisitor
MethodProbesAdapter. probesVisitor
Methods in org.jacoco.core.internal.flow that return MethodProbesVisitor Modifier and Type Method Description abstract MethodProbesVisitor
ClassProbesVisitor. visitMethod(int access, java.lang.String name, java.lang.String desc, java.lang.String signature, java.lang.String[] exceptions)
When visiting a method we need aMethodProbesVisitor
to handle the probes of that method.Constructors in org.jacoco.core.internal.flow with parameters of type MethodProbesVisitor Constructor Description MethodProbesAdapter(MethodProbesVisitor probesVisitor, IProbeIdGenerator idGenerator)
Create a new adapter instance. -
Uses of MethodProbesVisitor in org.jacoco.core.internal.instr
Subclasses of MethodProbesVisitor in org.jacoco.core.internal.instr Modifier and Type Class Description (package private) class
MethodInstrumenter
This method adapter inserts probes as requested by theMethodProbesVisitor
events.Methods in org.jacoco.core.internal.instr that return MethodProbesVisitor Modifier and Type Method Description MethodProbesVisitor
ClassInstrumenter. visitMethod(int access, java.lang.String name, java.lang.String desc, java.lang.String signature, java.lang.String[] exceptions)
MethodProbesVisitor
ProbeCounter. visitMethod(int access, java.lang.String name, java.lang.String desc, java.lang.String signature, java.lang.String[] exceptions)
-