Uses of Interface
org.jacoco.core.runtime.IExecutionDataAccessorGenerator
Packages that use IExecutionDataAccessorGenerator
Package
Description
Instrumentation of Java class files for code coverage.
Runtime control and execution data collection.
-
Uses of IExecutionDataAccessorGenerator in org.jacoco.core.instr
Fields in org.jacoco.core.instr declared as IExecutionDataAccessorGeneratorModifier and TypeFieldDescriptionprivate final IExecutionDataAccessorGeneratorInstrumenter.accessorGeneratorConstructors in org.jacoco.core.instr with parameters of type IExecutionDataAccessorGeneratorModifierConstructorDescriptionCreates a new instance based on the given runtime. -
Uses of IExecutionDataAccessorGenerator in org.jacoco.core.internal.instr
Fields in org.jacoco.core.internal.instr declared as IExecutionDataAccessorGeneratorModifier and TypeFieldDescriptionprivate final IExecutionDataAccessorGeneratorClassFieldProbeArrayStrategy.accessorGeneratorprivate final IExecutionDataAccessorGeneratorCondyProbeArrayStrategy.accessorGeneratorprivate final IExecutionDataAccessorGeneratorInterfaceFieldProbeArrayStrategy.accessorGeneratorprivate final IExecutionDataAccessorGeneratorLocalProbeArrayStrategy.accessorGeneratorMethods in org.jacoco.core.internal.instr with parameters of type IExecutionDataAccessorGeneratorModifier and TypeMethodDescriptionstatic IProbeArrayStrategyProbeArrayStrategyFactory.createFor(long classId, org.objectweb.asm.ClassReader reader, IExecutionDataAccessorGenerator accessorGenerator) Creates a suitable strategy instance for the class described by the given reader.Constructors in org.jacoco.core.internal.instr with parameters of type IExecutionDataAccessorGeneratorModifierConstructorDescription(package private)ClassFieldProbeArrayStrategy(String className, long classId, boolean withFrames, IExecutionDataAccessorGenerator accessorGenerator) (package private)CondyProbeArrayStrategy(String className, boolean isInterface, long classId, IExecutionDataAccessorGenerator accessorGenerator) (package private)InterfaceFieldProbeArrayStrategy(String className, long classId, int probeCount, IExecutionDataAccessorGenerator accessorGenerator) (package private)LocalProbeArrayStrategy(String className, long classId, int probeCount, IExecutionDataAccessorGenerator accessorGenerator) -
Uses of IExecutionDataAccessorGenerator in org.jacoco.core.runtime
Subinterfaces of IExecutionDataAccessorGenerator in org.jacoco.core.runtimeModifier and TypeInterfaceDescriptioninterfaceThis interface represents a particular mechanism to collect execution information in the target VM at runtime.Classes in org.jacoco.core.runtime that implement IExecutionDataAccessorGeneratorModifier and TypeClassDescriptionclassBaseIRuntimeimplementation.classIRuntimewhich defines a new class usingjava.lang.invoke.MethodHandles.Lookup.defineClassintroduced in Java 9.classThisIRuntimeimplementation uses the Java logging API to report coverage data.classThisIRuntimeimplementation works with a modified system class.classThis implementation ofIExecutionDataAccessorGeneratorgenerate a direct dependency to the JaCoCo runtime agent to initialize the runtime and obtain probe arrays.classThisIRuntimeimplementation makes the execution data available through a special entry in theSystem.getProperties()hash table.