com.puppycrawl.tools.checkstyle.checks.coding
public abstract class AbstractSuperCheck extends Check
Abstract class for checking that an overriding method with no parameters invokes the super method.
| Method Summary | |
|---|---|
| void | beginTree(DetailAST aRootAST) |
| int[] | getDefaultTokens() |
| protected abstract String | getMethodName()
Returns the name of the overriding method. |
| void | leaveToken(DetailAST aAST) |
| void | visitToken(DetailAST aAST) |
Returns: the name of the overriding method.