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 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
Methods in org.jacoco.report.internal.html.page with parameters of type ISourceNode Modifier and Type Method Description voidSourceHighlighter. 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 voidXMLCoverageWriter. writeLines(ISourceNode source, ReportElement parent)
-