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 LineImplLineImpl. EMPTYEmpty line without instructions or branches.Methods in org.jacoco.core.internal.analysis that return LineImpl Modifier and Type Method Description LineImplSourceNodeImpl. getLine(int nr)abstract LineImplLineImpl. increment(ICounter instructions, ICounter branches)Adds the given counters to this line.
-