Package org.jacoco.core.internal.instr

Interface Summary
IProbeArrayStrategy Strategies to retrieve the probe array instance for each method within a type.
 

Class Summary
ClassInstrumenter Adapter that instruments a class for coverage tracing.
CondyProbeArrayStrategy This strategy for Java 11+ class files uses ConstantDynamic to hold the probe array and adds bootstrap method requesting the probe array from the runtime.
InstrSupport Constants and utilities for byte code instrumentation.
ProbeArrayStrategyFactory Factory to find a suitable strategy to access the probe array for a given class.
SignatureRemover Support class to filter entries from JARs related to signatures.
 



Copyright © 2009–2021 Mountainminds GmbH & Co. KG. All rights reserved.