com.puppycrawl.tools.checkstyle.checks.coding
public class DeclarationOrderCheck extends Check
Checks that the parts of a class or interface declaration appear in the order suggested by the Code Conventions for the Java Programming Language.
An example of how to configure the check is:
<module name="DeclarationOrder"/>
Method Summary | |
---|---|
int[] | getDefaultTokens() {@inheritDoc} |
void | leaveToken(DetailAST aAST) {@inheritDoc} |
void | visitToken(DetailAST aAST) {@inheritDoc} |