Package org.jacoco.core.instr

Analysis and instrumentation of Java class files for code coverage.

See:
          Description

Interface Summary
IBlockMethodVisitor A method visitor with additional notifications for block boundaries.
 

Class Summary
Analyzer Several APIs to analyze class structures.
BlockClassAdapter A ClassVisitor that drives IBlockMethodVisitor for each non-abstract method.
BlockMethodAdapter A method visitor that determines block boundaries and reports them to the wrapped IBlockMethodVisitor.
ClassAnalyzer A ClassVisitor that analyzes the structure of a class.
ClassInstrumenter Adapter that instruments a class for coverage tracing.
CRC64 CRC64 checksum calculator based on the polynom specified in ISO 3309.
GeneratorConstants Constants for generated instrumentation code.
Instrumenter Several APIs to instrument Java class definitions for coverage tracing.
MethodAnalyzer This IBlockMethodVisitor analyzes the block structure of a method and reports it to a IMethodStructureVisitor instance.
 

Package org.jacoco.core.instr Description

Analysis and instrumentation of Java class files for code coverage. The main entry points are: