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 TypeClassDescriptionclassImplementation ofILine.private static final classImmutable version.private static final classMutable 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) HTMLElementSourceHighlighter.highlight(HTMLElement pre, ILine line, int lineNr) private voidSourceHighlighter.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