com.puppycrawl.tools.checkstyle.checks.coding
Class AbstractSuperCheck
- Configurable, Contextualizable
public abstract class AbstractSuperCheck
Abstract class for checking that an overriding method with no parameters
invokes the super method.
beginTree, destroy, finishTree, getAcceptableTokens, getClassLoader, getDefaultTokens, getFileContents, getLines, getRequiredTokens, getTabWidth, getTokenNames, init, leaveToken, log, log, setClassLoader, setFileContents, setMessages, setTabWidth, setTokens, visitToken |
getId, getMessageBundle, getSeverity, getSeverityLevel, log, log, log, log, log, log, log, log, log, log, log, setId, setSeverity |
getMethodName
protected abstract String getMethodName()
Returns the name of the overriding method.
- the name of the overriding method.