com.puppycrawl.tools.checkstyle.checks.header
public class HeaderCheck extends AbstractHeaderCheck
Method Summary | |
---|---|
void | beginTree(DetailAST aRootAST) {@inheritDoc} |
protected boolean | isMatch(int aLineNumber)
Checks if a code line matches the required header line. |
void | setIgnoreLines(int[] aList)
Set the lines numbers to ignore in the header check. |
Parameters: aLineNumber the linenumber to check against the header
Returns: true if and only if the line matches the required header line
Parameters: aList comma separated list of line numbers to ignore in header.