Uses of Class
com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck.Context
Packages that use 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.metricsFields in com.puppycrawl.tools.checkstyle.checks.metrics declared as BooleanExpressionComplexityCheck.ContextFields in com.puppycrawl.tools.checkstyle.checks.metrics with type parameters of type BooleanExpressionComplexityCheck.ContextModifier and TypeFieldDescriptionprivate final Deque<BooleanExpressionComplexityCheck.Context>BooleanExpressionComplexityCheck.contextStackStack of contexts.