Class ExecutableStatementCountCheck.Context
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck.Context
-
- Enclosing class:
- ExecutableStatementCountCheck
private static final class ExecutableStatementCountCheck.Context extends Object
Class to encapsulate counting information about one member.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCount(int addition)
Increase count.DetailAST
getAST()
Gets the member AST node.int
getCount()
Gets the count.
-