Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.indentation |
Contains all classes required for the
indentation check.
|
Modifier and Type | Method and Description |
---|---|
void |
IndentLevel.addAcceptedIndent(IndentLevel aIndent)
Adds one more acceptable indentation level.
|
protected void |
ExpressionHandler.checkChildren(DetailAST aParent,
int[] aTokenTypes,
IndentLevel aStartLevel,
boolean aFirstLineMatches,
boolean aAllowNesting)
Check the indent level of the children of the specified parent
expression.
|
protected void |
ExpressionHandler.checkExpressionSubtree(DetailAST aTree,
IndentLevel aLevel,
boolean aFirstLineMatches,
boolean aAllowNesting)
Check the indentation level for an expression subtree.
|
protected void |
ExpressionHandler.checkLinesIndent(int aStartLine,
int aEndLine,
IndentLevel aIndentLevel)
Check the indentation of consecutive lines for the expression we are
handling.
|
protected void |
ExpressionHandler.logError(DetailAST aAst,
String aSubtypeName,
int aActualLevel,
IndentLevel aExpectedLevel)
Log an indentation error.
|
Constructor and Description |
---|
IndentLevel(IndentLevel aBase,
int aOffset)
Creates new instance for nested structure.
|
Copyright © 2001-2014. All Rights Reserved.