Uses of Class
org.jacoco.core.internal.analysis.LineImpl
Packages that use LineImpl
-
Uses of LineImpl in org.jacoco.core.internal.analysis
Subclasses of LineImpl in org.jacoco.core.internal.analysisModifier and TypeClassDescriptionprivate static final class
Immutable version.private static final class
Mutable version.Fields in org.jacoco.core.internal.analysis declared as LineImplModifier and TypeFieldDescriptionstatic final LineImpl
LineImpl.EMPTY
Empty line without instructions or branches.private LineImpl[]
SourceNodeImpl.lines
private static final LineImpl[][][][]
LineImpl.SINGLETONS
Methods in org.jacoco.core.internal.analysis that return LineImplModifier and TypeMethodDescriptionprivate static LineImpl
LineImpl.getInstance
(CounterImpl instructions, CounterImpl branches) SourceNodeImpl.getLine
(int nr) abstract LineImpl
Adds the given counters to this line.