Class LineImpl.Var
java.lang.Object
org.jacoco.core.internal.analysis.LineImpl
org.jacoco.core.internal.analysis.LineImpl.Var
- All Implemented Interfaces:
ILine
- Enclosing class:
- LineImpl
Mutable version.
-
Field Summary
Fields inherited from class org.jacoco.core.internal.analysis.LineImpl
branches, EMPTY, instructions
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jacoco.core.internal.analysis.LineImpl
equals, getBranchCounter, getInstructionCounter, getStatus, hashCode
-
Constructor Details
-
Var
Var(CounterImpl instructions, CounterImpl branches)
-
-
Method Details