Package org.jacoco.core.data

APIs to describe structure and execution data.

See:
          Description

Interface Summary
IClassStructureVisitor Interface for data output of the internal structure of a single class.
IExecutionDataVisitor Interface for data output of collected execution data.
IMethodStructureVisitor Interface for data output of the internal structure of a single method.
IStructureVisitor Interface for data output of the internal class structure.
 

Class Summary
CompactDataInput Additional data input methods for compact storage of data structures.
CompactDataOutput Additional data output methods for compact storage of data structures.
ExecutionDataReader Deserialization of execution data from binary streams.
ExecutionDataStore In-memory data store for execution data.
ExecutionDataWriter Serialization of execution data into binary streams.
 

Package org.jacoco.core.data Description

APIs to describe structure and execution data.