public class BlankLinesCheck
extends com.puppycrawl.tools.checkstyle.api.Check
| Constructor and Description |
|---|
BlankLinesCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST aRootAST) |
int[] |
getDefaultTokens() |
void |
setMax(int max)
Sets the maximum allowed number of consecutive blank lines.
|
destroy, finishTree, getAcceptableTokens, getClassLoader, getFileContents, getLines, getRequiredTokens, getTabWidth, getTokenNames, init, leaveToken, log, log, setClassLoader, setFileContents, setMessages, setTabWidth, setTokens, visitTokengetCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeveritypublic void setMax(int max)
public int[] getDefaultTokens()
getDefaultTokens in class com.puppycrawl.tools.checkstyle.api.Checkpublic void beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST aRootAST)
beginTree in class com.puppycrawl.tools.checkstyle.api.CheckCopyright © 2015–2022 SciJava. All rights reserved.