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