public final class MethodCountCheck extends Check
| Constructor and Description |
|---|
MethodCountCheck() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getDefaultTokens()
Returns the default token a check is interested in.
|
void |
leaveToken(DetailAST ast)
Called after all the child nodes have been process.
|
void |
setMaxPackage(int value)
Sets the maximum allowed
package methods per type. |
void |
setMaxPrivate(int value)
Sets the maximum allowed
private methods per type. |
void |
setMaxProtected(int value)
Sets the maximum allowed
protected methods per type. |
void |
setMaxPublic(int value)
Sets the maximum allowed
public methods per type. |
void |
setMaxTotal(int value)
Sets the maximum total methods per type.
|
void |
visitToken(DetailAST ast)
Called to process a token.
|
beginTree, destroy, finishTree, getAcceptableTokens, getClassLoader, getFileContents, getLine, getLines, getRequiredTokens, getTabWidth, getTokenNames, init, isCommentNodesRequired, log, log, setClassLoader, setFileContents, setMessages, setTabWidth, setTokensgetCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeverityconfigure, contextualize, finishLocalSetup, getConfiguration, setupChildpublic MethodCountCheck()
public int[] getDefaultTokens()
CheckgetDefaultTokens in class CheckTokenTypespublic void visitToken(DetailAST ast)
CheckvisitToken in class Checkast - the token to processpublic void leaveToken(DetailAST ast)
CheckleaveToken in class Checkast - the token leavingpublic void setMaxPrivate(int value)
private methods per type.value - the maximum allowed.public void setMaxPackage(int value)
package methods per type.value - the maximum allowed.public void setMaxProtected(int value)
protected methods per type.value - the maximum allowed.public void setMaxPublic(int value)
public methods per type.value - the maximum allowed.public void setMaxTotal(int value)
value - the maximum allowed.Copyright © 2001–2015. All rights reserved.