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 classLineImpl.FixImmutable version.private static classLineImpl.VarMutable version.Fields in org.jacoco.core.internal.analysis declared as LineImpl Modifier and Type Field Description static LineImplLineImpl. EMPTYEmpty line without instructions or branches.private LineImpl[]SourceNodeImpl. linesprivate static LineImpl[][][][]LineImpl. SINGLETONSMethods in org.jacoco.core.internal.analysis that return LineImpl Modifier and Type Method Description private static LineImplLineImpl. getInstance(CounterImpl instructions, CounterImpl branches)LineImplSourceNodeImpl. getLine(int nr)LineImplLineImpl.Fix. increment(ICounter instructions, ICounter branches)abstract LineImplLineImpl. increment(ICounter instructions, ICounter branches)Adds the given counters to this line.LineImplLineImpl.Var. increment(ICounter instructions, ICounter branches)
-