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
Subclasses of LineImpl in org.jacoco.core.internal.analysis Modifier and Type Class Description private static class
LineImpl.Fix
Immutable version.private static class
LineImpl.Var
Mutable version.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.private LineImpl[]
SourceNodeImpl. lines
private static LineImpl[][][][]
LineImpl. SINGLETONS
Methods in org.jacoco.core.internal.analysis that return LineImpl Modifier and Type Method Description private static LineImpl
LineImpl. getInstance(CounterImpl instructions, CounterImpl branches)
LineImpl
SourceNodeImpl. getLine(int nr)
LineImpl
LineImpl.Fix. increment(ICounter instructions, ICounter branches)
abstract LineImpl
LineImpl. increment(ICounter instructions, ICounter branches)
Adds the given counters to this line.LineImpl
LineImpl.Var. increment(ICounter instructions, ICounter branches)
-