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| Constructor and Description |
|---|
AbstractTypeParameterNameCheck(String aFormat)
Creates a new
AbstractTypeParameterNameCheck instance. |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getDefaultTokens()
Returns the default token a check is interested in.
|
protected abstract int |
getLocation()
This method must be overriden to specify the
location of the type parameter to check.
|
void |
init()
Initialise the check.
|
protected boolean |
mustCheckName(DetailAST aAST)
Decides whether the name of an AST should be checked against
the format regexp.
|
visitTokengetFormat, getRegexp, setCompileFlags, setFormatbeginTree, destroy, finishTree, getAcceptableTokens, getClassLoader, getFileContents, getLine, getLines, getRequiredTokens, getTabWidth, getTokenNames, isCommentNodesRequired, leaveToken, log, log, setClassLoader, setFileContents, setMessages, setTabWidth, setTokensgetCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeverityconfigure, contextualize, finishLocalSetup, getConfiguration, setupChildpublic AbstractTypeParameterNameCheck(String aFormat)
AbstractTypeParameterNameCheck instance.aFormat - format to check withpublic final int[] getDefaultTokens()
CheckgetDefaultTokens in class CheckTokenTypespublic final void init()
Checkprotected final boolean mustCheckName(DetailAST aAST)
AbstractNameCheckmustCheckName in class AbstractNameCheckaAST - the AST to check.protected abstract int getLocation()
TokenTypes.CLASS_DEF
or TokenTypes.METHOD_DEF Copyright © 2001-2014. All Rights Reserved.