Class NPathComplexityCheck.Values
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck.Values
-
- Enclosing class:
- NPathComplexityCheck
private static class NPathComplexityCheck.Values extends java.lang.ObjectClass that store range value and expression value.
-
-
Field Summary
Fields Modifier and Type Field Description private java.math.BigIntegerexpressionValueNP value for expression.private java.math.BigIntegerrangeValueNP value for range.
-
Constructor Summary
Constructors Constructor Description Values(java.math.BigInteger valueOfRange, java.math.BigInteger valueOfExpression)Constructor that assigns all of class fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetExpressionValue()Returns NP value for expression.java.math.BigIntegergetRangeValue()Returns NP value for range.
-