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, setTokensgetCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeverityconfigure, contextualize, finishLocalSetup, getConfiguration, setupChildpublic AbstractDeclarationCollector()
public void beginTree(DetailAST rootAST)
AbstractCheckbeginTree in class AbstractCheckrootAST - the root of the treepublic void visitToken(DetailAST ast)
AbstractCheckvisitToken in class AbstractCheckast - 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.