Class LineImpl.Fix
java.lang.Object
org.jacoco.core.internal.analysis.LineImpl
org.jacoco.core.internal.analysis.LineImpl.Fix
- All Implemented Interfaces:
ILine
- Enclosing class:
LineImpl
Immutable 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
-
Fix
public Fix(int im, int ic, int bm, int bc)
-
-
Method Details