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