Uses of Class
org.jacoco.core.internal.flow.ClassProbesVisitor
-
Packages that use ClassProbesVisitor Package Description org.jacoco.core.internal.analysis org.jacoco.core.internal.flow org.jacoco.core.internal.instr -
-
Uses of ClassProbesVisitor in org.jacoco.core.internal.analysis
Subclasses of ClassProbesVisitor in org.jacoco.core.internal.analysis Modifier and Type Class Description classClassAnalyzerAnalyzes the structure of a class. -
Uses of ClassProbesVisitor in org.jacoco.core.internal.flow
Fields in org.jacoco.core.internal.flow declared as ClassProbesVisitor Modifier and Type Field Description private ClassProbesVisitorClassProbesAdapter. cvConstructors in org.jacoco.core.internal.flow with parameters of type ClassProbesVisitor Constructor Description ClassProbesAdapter(ClassProbesVisitor cv, boolean trackFrames)Creates a new adapter that delegates to the given visitor. -
Uses of ClassProbesVisitor in org.jacoco.core.internal.instr
Subclasses of ClassProbesVisitor in org.jacoco.core.internal.instr Modifier and Type Class Description classClassInstrumenterAdapter that instruments a class for coverage tracing.(package private) classProbeCounterInternal class to remember the total number of probes required for a class.
-