Uses of Interface
org.jacoco.core.internal.instr.IProbeArrayStrategy
Packages that use IProbeArrayStrategy
-
Uses of IProbeArrayStrategy in org.jacoco.core.internal.instr
Classes in org.jacoco.core.internal.instr that implement IProbeArrayStrategyModifier and TypeClassDescriptionclassThis strategy for Java 11+ class files usesConstantDynamicto hold the probe array and adds bootstrap method requesting the probe array from the runtime.Methods in org.jacoco.core.internal.instr that return IProbeArrayStrategyModifier 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 IProbeArrayStrategyModifierConstructorDescriptionClassInstrumenter(IProbeArrayStrategy probeArrayStrategy, org.objectweb.asm.ClassVisitor cv) Emits a instrumented version of this class to the given class visitor.