com.puppycrawl.tools.checkstyle.checks.naming
public final class AbstractClassNameCheck extends AbstractFormatCheck
Ensures that the names of abstract classes conforming to some regular expression.
Rationale: Abstract classes are convenience base class implementations of interfaces, not types as such. As such they should be named to indicate this.
| Constructor Summary | |
|---|---|
| AbstractClassNameCheck() Creates new instance of the check. | |
| Method Summary | |
|---|---|
| int[] | getDefaultTokens() |
| int[] | getRequiredTokens() |
| void | visitToken(DetailAST aAST) |