org.jacoco.core.data
Interface IStructureVisitor
- All Known Implementing Classes:
- CoverageBuilder
public interface IStructureVisitor
Interface for data output of the internal class structure. This interface is
meant to be implemented by parties that want to retrieve data from the class
analyzing process.
- Version:
- $Revision: $
- Author:
- Marc R. Hoffmann
visitClassStructure
IClassStructureVisitor visitClassStructure(long id)
- Provides structural information about a class as collected during
instrumentation.
- Parameters:
id
- unique id for the class
- Returns:
- call-back for structure details about the class