Uses of Interface
org.jacoco.core.analysis.ISourceNode
Packages that use ISourceNode
Package
Description
Coverage calculation and analysis.
-
Uses of ISourceNode in org.jacoco.core.analysis
Subinterfaces of ISourceNode in org.jacoco.core.analysisModifier and TypeInterfaceDescriptioninterface
Coverage data of a single class containing methods.interface
Coverage data of a single method.interface
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 ISourceNodeModifier and TypeClassDescriptionclass
Implementation ofIClassCoverage
.class
Implementation ofIMethodCoverage
.class
Implementation ofISourceFileCoverage
.class
Implementation ofISourceNode
.Methods in org.jacoco.core.internal.analysis with parameters of type ISourceNodeModifier and TypeMethodDescriptionvoid
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 ISourceNodeModifier and TypeMethodDescriptionvoid
SourceHighlighter.render
(HTMLElement parent, ISourceNode source, Reader contents) Highlights the given source file.Constructors in org.jacoco.report.internal.html.page with parameters of type ISourceNodeModifierConstructorDescriptionSourceFilePage
(ISourceNode sourceFileNode, 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 ISourceNodeModifier and TypeMethodDescriptionprivate static void
XMLCoverageWriter.writeLines
(ISourceNode source, ReportElement parent)