Uses of Interface
org.jacoco.core.analysis.ILine
Packages that use ILine
Package
Description
Coverage calculation and analysis.
-
Uses of ILine in org.jacoco.cli.internal.commands
Methods in org.jacoco.cli.internal.commands with parameters of type ILine -
Uses of ILine in org.jacoco.core.analysis
Methods in org.jacoco.core.analysis that return ILine -
Uses of ILine in org.jacoco.core.internal.analysis
Classes in org.jacoco.core.internal.analysis that implement ILineModifier and TypeClassDescriptionclass
Implementation ofILine
.private static final class
Immutable version.private static final class
Mutable version. -
Uses of ILine in org.jacoco.report.internal.html.page
Methods in org.jacoco.report.internal.html.page with parameters of type ILineModifier and TypeMethodDescription(package private) HTMLElement
SourceHighlighter.highlight
(HTMLElement pre, ILine line, int lineNr) private void
SourceHighlighter.renderCodeLine
(HTMLElement pre, String linesrc, ILine line, int lineNr) -
Uses of ILine in org.jacoco.report.internal.xml
Methods in org.jacoco.report.internal.xml with parameters of type ILine