Class LinesOfCode
- java.lang.Object
-
- com.parasoft.findings.jenkins.coverage.model.Value
-
- com.parasoft.findings.jenkins.coverage.model.IntegerValue
-
- com.parasoft.findings.jenkins.coverage.model.LinesOfCode
-
- All Implemented Interfaces:
Serializable
public final class LinesOfCode extends IntegerValue
Represents the lines of code in a particular code block.- Author:
- Melissa Bauer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LinesOfCode(int loc)
Creates a newLinesOfCode
instance with the specified lines of code.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IntegerValue
create(int value)
-
Methods inherited from class com.parasoft.findings.jenkins.coverage.model.IntegerValue
add, delta, equals, getValue, hashCode, isOutOfValidRange, max, serialize, toString
-
-
-
-
Constructor Detail
-
LinesOfCode
public LinesOfCode(int loc)
Creates a newLinesOfCode
instance with the specified lines of code.- Parameters:
loc
- lines of code
-
-
Method Detail
-
create
protected IntegerValue create(int value)
- Specified by:
create
in classIntegerValue
-
-