Uses of Class
com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck.Context
-
Packages that use ReturnCountCheck.Context Package Description com.puppycrawl.tools.checkstyle.checks.coding 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.Context Modifier and Type Field Description private ReturnCountCheck.Context
ReturnCountCheck. context
Current method context.Fields in com.puppycrawl.tools.checkstyle.checks.coding with type parameters of type ReturnCountCheck.Context Modifier and Type Field Description private Deque<ReturnCountCheck.Context>
ReturnCountCheck. contextStack
Stack of method contexts.
-