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