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.ContextBooleanExpressionComplexityCheck. contextCurrent context.Fields in com.puppycrawl.tools.checkstyle.checks.metrics with type parameters of type BooleanExpressionComplexityCheck.Context Modifier and Type Field Description private java.util.Deque<BooleanExpressionComplexityCheck.Context>BooleanExpressionComplexityCheck. contextStackStack of contexts.
-