com.puppycrawl.tools.checkstyle.checks.naming
public abstract class AbstractNameCheck extends AbstractFormatCheck
Version: 1.0
| Constructor Summary | |
|---|---|
| AbstractNameCheck(String aFormat)
Creates a new AbstractNameCheck instance. | |
| Method Summary | |
|---|---|
| protected boolean | mustCheckName(DetailAST aAST)
Decides whether the name of an AST should be checked against
the format regexp. |
| void | visitToken(DetailAST aAST) |
AbstractNameCheck instance.Parameters: aFormat format to check with
Parameters: aAST the AST to check.
Returns: true if the IDENT subnode of aAST should be checked against the format regexp.