AbstractCheck
instead.@Deprecated public abstract class AbstractDeclarationCollector extends AbstractCheck
Constructor and Description |
---|
AbstractDeclarationCollector()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
beginTree(DetailAST rootAST)
Deprecated.
Called before the starting to process a tree.
|
protected boolean |
isClassField(String name)
Deprecated.
Check if given name is a name for class field in current environment.
|
protected boolean |
isClassMethod(String name)
Deprecated.
Check if given name is a name for class method in current environment.
|
void |
visitToken(DetailAST ast)
Deprecated.
Called to process a token.
|
destroy, finishTree, getAcceptableTokens, getClassLoader, getDefaultTokens, getFileContents, getLine, getLines, getRequiredTokens, getTabWidth, getTokenNames, init, isCommentNodesRequired, leaveToken, log, log, setClassLoader, setFileContents, setMessages, setTabWidth, setTokens
getCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeverity
configure, contextualize, finishLocalSetup, getConfiguration, setupChild
public AbstractDeclarationCollector()
public void beginTree(DetailAST rootAST)
AbstractCheck
beginTree
in class AbstractCheck
rootAST
- the root of the treepublic void visitToken(DetailAST ast)
AbstractCheck
visitToken
in class AbstractCheck
ast
- the token to processprotected final boolean isClassField(String name)
name
- a name to checkprotected final boolean isClassMethod(String name)
name
- a name to checkCopyright © 2001-2017. All Rights Reserved.