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 TypeClassDescriptionclassAMethodProbesVisitorthat builds theInstructions 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 MethodProbesVisitorClassProbesAdapter.EMPTY_METHOD_PROBES_VISITORprivate final MethodProbesVisitorMethodProbesAdapter.probesVisitorMethods in org.jacoco.core.internal.flow that return MethodProbesVisitorModifier and TypeMethodDescriptionabstract MethodProbesVisitorClassProbesVisitor.visitMethod(int access, String name, String desc, String signature, String[] exceptions) When visiting a method we need aMethodProbesVisitorto 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) classThis method adapter inserts probes as requested by theMethodProbesVisitorevents.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)