Uses of Class
org.jacoco.core.internal.flow.MethodProbesVisitor
Packages that use MethodProbesVisitor
Package
Description
-
Uses of MethodProbesVisitor in org.jacoco.core.internal.analysis
Subclasses of MethodProbesVisitor in org.jacoco.core.internal.analysisModifier and TypeClassDescriptionclass
AMethodProbesVisitor
that builds theInstruction
s of a method to calculate the detailed execution status.Methods in org.jacoco.core.internal.analysis that return MethodProbesVisitorModifier and TypeMethodDescriptionClassAnalyzer.visitMethod
(int access, String name, String desc, String signature, String[] exceptions) -
Uses of MethodProbesVisitor in org.jacoco.core.internal.flow
Fields in org.jacoco.core.internal.flow declared as MethodProbesVisitorModifier and TypeFieldDescriptionprivate static final MethodProbesVisitor
ClassProbesAdapter.EMPTY_METHOD_PROBES_VISITOR
private final MethodProbesVisitor
MethodProbesAdapter.probesVisitor
Methods in org.jacoco.core.internal.flow that return MethodProbesVisitorModifier and TypeMethodDescriptionabstract MethodProbesVisitor
ClassProbesVisitor.visitMethod
(int access, String name, String desc, String signature, 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 MethodProbesVisitorModifierConstructorDescriptionMethodProbesAdapter
(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.instrModifier and TypeClassDescription(package private) class
This method adapter inserts probes as requested by theMethodProbesVisitor
events.Methods in org.jacoco.core.internal.instr that return MethodProbesVisitorModifier and TypeMethodDescriptionClassInstrumenter.visitMethod
(int access, String name, String desc, String signature, String[] exceptions) ProbeCounter.visitMethod
(int access, String name, String desc, String signature, String[] exceptions)