public abstract class AbstractTypeParameterNameCheck extends AbstractNameCheck
Abstract class for checking if a class/method type parameter's name conforms to a format specified by the format property.
This class extends AbstractNameCheck
MSG_INVALID_PATTERN| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTypeParameterNameCheck(String format)
Creates a new
AbstractTypeParameterNameCheck instance. |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getAcceptableTokens()
The configurable token set.
|
int[] |
getDefaultTokens()
Returns the default token a check is interested in.
|
protected abstract int |
getLocation()
This method must be overridden to specify the
location of the type parameter to check.
|
protected boolean |
mustCheckName(DetailAST ast)
Decides whether the name of an AST should be checked against
the format regexp.
|
visitTokengetFormat, getRegexp, setCompileFlags, setFormatbeginTree, destroy, finishTree, getClassLoader, getFileContents, getLine, getLines, getRequiredTokens, getTabWidth, getTokenNames, init, isCommentNodesRequired, leaveToken, log, log, setClassLoader, setFileContents, setMessages, setTabWidth, setTokensgetCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeverityconfigure, contextualize, finishLocalSetup, getConfiguration, setupChildprotected AbstractTypeParameterNameCheck(String format)
AbstractTypeParameterNameCheck instance.format - format to check withpublic final int[] getDefaultTokens()
CheckgetDefaultTokens in class CheckTokenTypespublic final int[] getAcceptableTokens()
CheckgetAcceptableTokens in class CheckTokenTypesprotected final boolean mustCheckName(DetailAST ast)
AbstractNameCheckmustCheckName in class AbstractNameCheckast - the AST to check.protected abstract int getLocation()
TokenTypes.CLASS_DEF
or TokenTypes.METHOD_DEF Copyright © 2001-2015. All Rights Reserved.