com.puppycrawl.tools.checkstyle.checks.coding
public final class NestedIfDepthCheck extends AbstractNestedDepthCheck
Constructor Summary | |
---|---|
NestedIfDepthCheck() Creates new check instance with default allowed nesting depth. |
Method Summary | |
---|---|
int[] | getDefaultTokens() {@inheritDoc} |
void | leaveToken(DetailAST aAST) {@inheritDoc} |
void | visitToken(DetailAST aAST) {@inheritDoc} |