Uses of Class
com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck.Context
Package
Description
Contains the Metrics checks that are
bundled with the main distribution.
-
Uses of BooleanExpressionComplexityCheck.Context in com.puppycrawl.tools.checkstyle.checks.metrics
Modifier and TypeFieldDescriptionprivate final Deque<BooleanExpressionComplexityCheck.Context>
BooleanExpressionComplexityCheck.contextStack
Stack of contexts.