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, visitToken
getCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeverity
public void setMax(int max)
public int[] getDefaultTokens()
getDefaultTokens
in class com.puppycrawl.tools.checkstyle.api.Check
public void beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST aRootAST)
beginTree
in class com.puppycrawl.tools.checkstyle.api.Check
Copyright © 2015–2022 SciJava. All rights reserved.