com.puppycrawl.tools.checkstyle.checks.metrics
public class JavaNCSSCheck extends Check
| Method Summary | |
|---|---|
| void | beginTree(DetailAST aRootAST) |
| void | finishTree(DetailAST aRootAST) |
| int[] | getDefaultTokens() |
| int[] | getRequiredTokens() |
| void | leaveToken(DetailAST aAST) |
| void | setClassMaximum(int aClassMax)
Sets the maximum ncss for a class.
|
| void | setFileMaximum(int aFileMax)
Sets the maximum ncss for a file.
|
| void | setMethodMaximum(int aMethodMax)
Sets the maximum ncss for a method.
|
| void | visitToken(DetailAST aAST) |
Parameters: aClassMax the maximum ncss
Parameters: aFileMax the maximum ncss
Parameters: aMethodMax the maximum ncss