Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.indentation |
Contains all classes required for the
indentation check.
|
Modifier and Type | Method and Description |
---|---|
private void |
AbstractExpressionHandler.checkLinesIndent(LineSet lines,
IndentLevel indentLevel,
boolean firstLineMatches,
int firstLine)
Check the indentation for a set of lines.
|
protected void |
AbstractExpressionHandler.findSubtreeLines(LineSet lines,
DetailAST tree,
boolean allowNesting)
Find the set of lines for a given subtree.
|