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
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
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)
-