private static class NPathComplexityCheck.Values
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.math.BigInteger |
expressionValue
NP value for expression.
|
private java.math.BigInteger |
rangeValue
NP value for range.
|
Constructor and Description |
---|
Values(java.math.BigInteger valueOfRange,
java.math.BigInteger valueOfExpression)
Constructor that assigns all of class fields.
|
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getExpressionValue()
Returns NP value for expression.
|
java.math.BigInteger |
getRangeValue()
Returns NP value for range.
|
private final java.math.BigInteger rangeValue
private final java.math.BigInteger expressionValue