Uses of Class
org.jacoco.core.internal.analysis.LineImpl
-
Packages that use LineImpl Package Description org.jacoco.core.internal.analysis -
-
Uses of LineImpl in org.jacoco.core.internal.analysis
Fields in org.jacoco.core.internal.analysis declared as LineImpl Modifier and Type Field Description static LineImpl
LineImpl. EMPTY
Empty line without instructions or branches.Methods in org.jacoco.core.internal.analysis that return LineImpl Modifier and Type Method Description LineImpl
SourceNodeImpl. getLine(int nr)
abstract LineImpl
LineImpl. increment(ICounter instructions, ICounter branches)
Adds the given counters to this line.
-