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 voidClassInfo.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 ILineISourceNode. 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 classLineImplImplementation ofILine.private static classLineImpl.FixImmutable version.private static classLineImpl.VarMutable 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) HTMLElementSourceHighlighter. highlight(HTMLElement pre, ILine line, int lineNr)private voidSourceHighlighter. 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 voidReportElement. line(int nr, ILine line)Creates a 'line' element.
-