Uses of Interface
org.jacoco.core.analysis.ILine
-
Packages that use ILine Package Description org.jacoco.core.analysis Coverage calculation and analysis.org.jacoco.core.internal.analysis org.jacoco.report.internal.xml -
-
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. -
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.
-