public class JavadocTagContinuationIndentationCheck extends AbstractJavadocCheck
Checks the indentation of the continuation lines in at-clauses.
Default configuration:
<module name="JavadocTagContinuationIndentation">
<property name="offset" value="4"/>
</module>
| Constructor and Description |
|---|
JavadocTagContinuationIndentationCheck() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getDefaultJavadocTokens()
Returns the default token types a check is interested in.
|
void |
setOffset(int aOffset)
Sets custom indentation level.
|
void |
visitJavadocToken(DetailNode aAst)
Called to process a Javadoc token.
|
beginJavadocTree, beginTree, finishJavadocTree, finishTree, getAcceptableTokens, getBlockCommentAst, getDefaultTokens, getRequiredTokens, isCommentNodesRequired, leaveJavadocToken, leaveToken, visitTokendestroy, getClassLoader, getFileContents, getLine, getLines, getTabWidth, getTokenNames, init, log, log, setClassLoader, setFileContents, setMessages, setTabWidth, setTokensgetCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeverityconfigure, contextualize, finishLocalSetup, getConfiguration, setupChildpublic JavadocTagContinuationIndentationCheck()
public void setOffset(int aOffset)
aOffset - custom value.public int[] getDefaultJavadocTokens()
AbstractJavadocCheckgetDefaultJavadocTokens in class AbstractJavadocCheckJavadocTokenTypespublic void visitJavadocToken(DetailNode aAst)
AbstractJavadocCheckvisitJavadocToken in class AbstractJavadocCheckaAst - the token to processCopyright © 2001-2014. All Rights Reserved.