Uses of Interface
org.jacoco.core.analysis.ISourceNode
-
Packages that use ISourceNode Package Description org.jacoco.core.analysis Coverage calculation and analysis.org.jacoco.core.internal.analysis org.jacoco.report.internal.html.page -
-
Uses of ISourceNode in org.jacoco.core.analysis
Subinterfaces of ISourceNode in org.jacoco.core.analysis Modifier and Type Interface Description interfaceIClassCoverageCoverage data of a single class containing methods.interfaceIMethodCoverageCoverage data of a single method.interfaceISourceFileCoverageCoverage data of a single source file. -
Uses of ISourceNode in org.jacoco.core.internal.analysis
Classes in org.jacoco.core.internal.analysis that implement ISourceNode Modifier and Type Class Description classClassCoverageImplImplementation ofIClassCoverage.classMethodCoverageImplImplementation ofIMethodCoverage.classSourceFileCoverageImplImplementation ofISourceFileCoverage.classSourceNodeImplImplementation ofISourceNode.Methods in org.jacoco.core.internal.analysis with parameters of type ISourceNode Modifier and Type Method Description voidSourceNodeImpl. increment(ISourceNode child)Increments all counters by the values of the given child. -
Uses of ISourceNode in org.jacoco.report.internal.html.page
Constructors in org.jacoco.report.internal.html.page with parameters of type ISourceNode Constructor Description SourceFilePage(ISourceNode sourceFileNode, java.io.Reader sourceReader, int tabWidth, ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context)Creates a new page with given information.
-