Uses of Class
com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck.Context
Packages that use 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
Fields in com.puppycrawl.tools.checkstyle.checks.sizes declared as ExecutableStatementCountCheck.ContextFields in com.puppycrawl.tools.checkstyle.checks.sizes with type parameters of type ExecutableStatementCountCheck.ContextModifier and TypeFieldDescriptionprivate final Deque<ExecutableStatementCountCheck.Context>
ExecutableStatementCountCheck.contextStack
Stack of method contexts.