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