Uses of Class
com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck.MethodCounter
Packages that use MethodCountCheck.MethodCounter
Package
Description
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.MethodCounterModifier and TypeFieldDescriptionprivate final 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.MethodCounterModifier and TypeMethodDescriptionprivate void
MethodCountCheck.checkCounters
(MethodCountCheck.MethodCounter counter, DetailAST ast) Check the counters and report violations.