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 classMethodAnalyzerAMethodProbesVisitorthat builds theInstructions of a method to calculate the detailed execution status.Methods in org.jacoco.core.internal.analysis that return MethodProbesVisitor Modifier and Type Method Description MethodProbesVisitorClassAnalyzer. 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 MethodProbesVisitorClassProbesAdapter. EMPTY_METHOD_PROBES_VISITORprivate MethodProbesVisitorMethodProbesAdapter. probesVisitorMethods in org.jacoco.core.internal.flow that return MethodProbesVisitor Modifier and Type Method Description abstract MethodProbesVisitorClassProbesVisitor. 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 aMethodProbesVisitorto 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) classMethodInstrumenterThis method adapter inserts probes as requested by theMethodProbesVisitorevents.Methods in org.jacoco.core.internal.instr that return MethodProbesVisitor Modifier and Type Method Description MethodProbesVisitorClassInstrumenter. visitMethod(int access, java.lang.String name, java.lang.String desc, java.lang.String signature, java.lang.String[] exceptions)MethodProbesVisitorProbeCounter. visitMethod(int access, java.lang.String name, java.lang.String desc, java.lang.String signature, java.lang.String[] exceptions)
-