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