public class WhitespaceCheck
extends com.puppycrawl.tools.checkstyle.api.Check
| Constructor and Description |
|---|
WhitespaceCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST aRootAST) |
int[] |
getDefaultTokens() |
void |
setCheckMultipleSpaces(boolean checkMultipleSpaces)
Sets whether to test multiple consecutive spaces.
|
destroy, finishTree, getAcceptableTokens, getClassLoader, getFileContents, getLine, getLines, getRequiredTokens, getTabWidth, getTokenNames, init, isCommentNodesRequired, leaveToken, log, log, setClassLoader, setFileContents, setMessages, setTabWidth, setTokens, visitTokengetCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeveritypublic void setCheckMultipleSpaces(boolean checkMultipleSpaces)
checkMultipleSpaces - flag to test multiple consecutive spacespublic 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. All rights reserved.