Uses of Class
com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter
-
Packages that use MethodCountCheck.MethodCounter Package Description com.puppycrawl.tools.checkstyle.checks.sizes Contains the Size Violations checks that are bundled with the main distribution. -
-
Uses of MethodCountCheck.MethodCounter in com.puppycrawl.tools.checkstyle.checks.sizes
Fields in com.puppycrawl.tools.checkstyle.checks.sizes with type parameters of type MethodCountCheck.MethodCounter Modifier and Type Field Description private Deque<MethodCountCheck.MethodCounter>
MethodCountCheck. counters
Maintains stack of counters, to support inner types.Methods in com.puppycrawl.tools.checkstyle.checks.sizes with parameters of type MethodCountCheck.MethodCounter Modifier and Type Method Description private void
MethodCountCheck. checkCounters(MethodCountCheck.MethodCounter counter, DetailAST ast)
Check the counters and report violations.
-