Package org.jacoco.core.data

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.
ISessionInfoVisitor Interface for data output of collected session information.
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.
ExecutionData Execution data for a single Java class.
ExecutionDataReader Deserialization of execution data from binary streams.
ExecutionDataStore In-memory data store for execution data.
ExecutionDataWriter Serialization of execution data into binary streams.
SessionInfo Data object describing a session which was the source of execution data.
SessionInfoStore Container to collect and merge session SessionInfo objects.