Package org.jacoco.core.internal.flow
package org.jacoco.core.internal.flow
-
ClassDescriptionA
ClassVisitor
that calculates probes for every method.AClassVisitor
with additional methods to get probe insertion information for each methodIFrame implementation which creates snapshots from anAnalyzerAdapter
Representation of the current stackmap frame content.Internal interface to create probe ids unique within a class.Method visitor to collect flow related information about theLabel
s within a class.Data container that is attached toLabel.info
objects to store flow and instrumentation specific information.Adapter that creates additional visitor events for probes to be inserted into a method.AMethodVisitor
with additional methods to get probe insertion information.This method visitor fixes two potential issues with Java byte code: Remove JSR/RET instructions by inlining subroutines which are deprecated since Java 6.