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 TypeInterfaceDescriptioninterfaceCoverage data of a single class containing methods.interfaceCoverage data of a single method.interfaceCoverage 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 TypeClassDescriptionclassImplementation ofIClassCoverage.classImplementation ofIMethodCoverage.classImplementation ofISourceFileCoverage.classImplementation ofISourceNode.Methods in org.jacoco.core.internal.analysis with parameters of type ISourceNodeModifier and TypeMethodDescriptionvoidSourceNodeImpl.increment(ISourceNode child) Increments all counters by the values of the given child. -
Uses of ISourceNode in org.jacoco.report.internal.html.page
Subclasses with type arguments of type ISourceNode in org.jacoco.report.internal.html.pageModifier and TypeClassDescriptionclassPage showing the content of a source file with numbered and highlighted source lines.Methods in org.jacoco.report.internal.html.page with parameters of type ISourceNodeModifier and TypeMethodDescriptionvoidSourceHighlighter.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 voidXMLCoverageWriter.writeLines(ISourceNode source, ReportElement parent)