Uses of Interface
org.jacoco.core.analysis.ILine
-
Packages that use ILine Package Description org.jacoco.cli.internal.commands 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 ILine in org.jacoco.cli.internal.commands
Methods in org.jacoco.cli.internal.commands with parameters of type ILine Modifier and Type Method Description private void
ClassInfo.Printer. printLine(ILine line, int nr, java.lang.String indent)
-
Uses of ILine in org.jacoco.core.analysis
Methods in org.jacoco.core.analysis that return ILine Modifier and Type Method Description ILine
ISourceNode. getLine(int nr)
Returns the line information for given line. -
Uses of ILine in org.jacoco.core.internal.analysis
Classes in org.jacoco.core.internal.analysis that implement ILine Modifier and Type Class Description class
LineImpl
Implementation ofILine
.private static class
LineImpl.Fix
Immutable version.private static class
LineImpl.Var
Mutable version. -
Uses of ILine in org.jacoco.report.internal.html.page
Methods in org.jacoco.report.internal.html.page with parameters of type ILine Modifier and Type Method Description (package private) HTMLElement
SourceHighlighter. highlight(HTMLElement pre, ILine line, int lineNr)
private void
SourceHighlighter. renderCodeLine(HTMLElement pre, java.lang.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 Modifier and Type Method Description void
ReportElement. line(int nr, ILine line)
Creates a 'line' element.
-