com.puppycrawl.tools.checkstyle.checks.sizes
public final class ExecutableStatementCountCheck extends Check
| Constructor Summary | |
|---|---|
| ExecutableStatementCountCheck() Constructs a ExecutableStatementCountCheck. | |
| Method Summary | |
|---|---|
| void | beginTree(DetailAST aRootAST) |
| int[] | getDefaultTokens() |
| int | getMax()
Gets the maximum threshold. |
| int[] | getRequiredTokens() |
| void | leaveToken(DetailAST aAST) |
| void | setMax(int aMax)
Sets the maximum threshold. |
| void | visitToken(DetailAST aAST) |
ExecutableStatementCountCheck.Returns: the maximum threshold.
Parameters: aMax the maximum threshold.