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 org.jacoco.report.internal.xml -
-
Uses of ISourceNode in org.jacoco.core.analysis
Subinterfaces of ISourceNode in org.jacoco.core.analysis Modifier and Type Interface Description interface
IClassCoverage
Coverage data of a single class containing methods.interface
IMethodCoverage
Coverage data of a single method.interface
ISourceFileCoverage
Coverage 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 class
ClassCoverageImpl
Implementation ofIClassCoverage
.class
MethodCoverageImpl
Implementation ofIMethodCoverage
.class
SourceFileCoverageImpl
Implementation ofISourceFileCoverage
.class
SourceNodeImpl
Implementation ofISourceNode
.Methods in org.jacoco.core.internal.analysis with parameters of type ISourceNode Modifier and Type Method Description void
SourceNodeImpl. increment(ISourceNode child)
Increments all counters by the values of the given child. -
Uses of ISourceNode in org.jacoco.report.internal.html.page
Methods in org.jacoco.report.internal.html.page with parameters of type ISourceNode Modifier and Type Method Description void
SourceHighlighter. render(HTMLElement parent, ISourceNode source, java.io.Reader contents)
Highlights the given source file.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. -
Uses of ISourceNode in org.jacoco.report.internal.xml
Methods in org.jacoco.report.internal.xml with parameters of type ISourceNode Modifier and Type Method Description private static void
XMLCoverageWriter. writeLines(ISourceNode source, ReportElement parent)
-