Class NPathComplexityCheck.Values
java.lang.Object
com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck.Values
- Enclosing class:
 - NPathComplexityCheck
 
Class that store range value and expression value.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BigIntegerNP value for expression.private final BigIntegerNP value for range. - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateValues(BigInteger valueOfRange, BigInteger valueOfExpression) Constructor that assigns all of class fields. - 
Method Summary
Modifier and TypeMethodDescriptionReturns NP value for expression.Returns NP value for range. 
- 
Field Details
- 
rangeValue
NP value for range. - 
expressionValue
NP value for expression. 
 - 
 - 
Constructor Details
- 
Values
Constructor that assigns all of class fields.- Parameters:
 valueOfRange- NP value for rangevalueOfExpression- NP value for expression
 
 - 
 - 
Method Details
- 
getRangeValue
Returns NP value for range.- Returns:
 - NP value for range
 
 - 
getExpressionValue
Returns NP value for expression.- Returns:
 - NP value for expression
 
 
 -