Uses of Class
com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck.Context
-
Packages that use BooleanExpressionComplexityCheck.Context Package Description com.puppycrawl.tools.checkstyle.checks.metrics Contains the Metrics checks that are bundled with the main distribution. -
-
Uses of BooleanExpressionComplexityCheck.Context in com.puppycrawl.tools.checkstyle.checks.metrics
Fields in com.puppycrawl.tools.checkstyle.checks.metrics declared as BooleanExpressionComplexityCheck.Context Modifier and Type Field Description private BooleanExpressionComplexityCheck.Context
BooleanExpressionComplexityCheck. context
Current context.Fields in com.puppycrawl.tools.checkstyle.checks.metrics with type parameters of type BooleanExpressionComplexityCheck.Context Modifier and Type Field Description private Deque<BooleanExpressionComplexityCheck.Context>
BooleanExpressionComplexityCheck. contextStack
Stack of contexts.
-