|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.puppycrawl.tools.checkstyle.api.AutomaticBean
com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
com.puppycrawl.tools.checkstyle.api.Check
com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck
Restricts the number of executable statements to a specified limit (default = 30).
| Constructor Summary | |
ExecutableStatementCountCheck()
Constructs a ExecutableStatementCountCheck. |
|
| Method Summary | |
void |
beginTree(DetailAST aRootAST)
Called before the starting to process a tree. |
int[] |
getDefaultTokens()
Returns the default token a check is interested in. |
int |
getMax()
Gets the maximum threshold. |
int[] |
getRequiredTokens()
The tokens that this check must be registered for. |
void |
leaveToken(DetailAST aAST)
Called after all the child nodes have been process. |
void |
setMax(int aMax)
Sets the maximum threshold. |
void |
visitToken(DetailAST aAST)
Called to process a token. |
| Methods inherited from class com.puppycrawl.tools.checkstyle.api.Check |
destroy, finishTree, getAcceptableTokens, getClassLoader, getFileContents, getLines, getTabWidth, getTokenNames, init, log, log, setClassLoader, setFileContents, setMessages, setTabWidth, setTokens |
| Methods inherited from class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter |
getMessageBundle, getSeverity, getSeverityLevel, log, log, log, log, log, log, log, log, log, setSeverity |
| Methods inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean |
configure, contextualize, finishLocalSetup, getConfiguration, setupChild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExecutableStatementCountCheck()
ExecutableStatementCountCheck.
| Method Detail |
public int[] getDefaultTokens()
Check
getDefaultTokens in class CheckCheck.getDefaultTokens()public int[] getRequiredTokens()
Check
getRequiredTokens in class CheckCheck.getRequiredTokens()public int getMax()
public void setMax(int aMax)
aMax - the maximum threshold.public void beginTree(DetailAST aRootAST)
Check
beginTree in class CheckaRootAST - the root of the treeCheckpublic void visitToken(DetailAST aAST)
Check
visitToken in class CheckaAST - the token to processCheckpublic void leaveToken(DetailAST aAST)
Check
leaveToken in class CheckaAST - the token leavingCheck
|
Back to the Checkstyle Home Page | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||