Uses of Class
com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck.Context
Packages that use ReturnCountCheck.Context
Package
Description
Contains the Coding checks that are
bundled with the main distribution.
-
Uses of ReturnCountCheck.Context in com.puppycrawl.tools.checkstyle.checks.coding
Fields in com.puppycrawl.tools.checkstyle.checks.coding declared as ReturnCountCheck.ContextModifier and TypeFieldDescriptionprivate ReturnCountCheck.Context
ReturnCountCheck.context
Current method context.Fields in com.puppycrawl.tools.checkstyle.checks.coding with type parameters of type ReturnCountCheck.ContextModifier and TypeFieldDescriptionprivate final Deque<ReturnCountCheck.Context>
ReturnCountCheck.contextStack
Stack of method contexts.