Frames | No Frames |
Constructors with parameter type com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel | |
Creates new instance for nested structure. |
Methods with parameter type com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel | |
void | Adds one more acceptable indentation level. |
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. |
void | ExpressionHandler.checkExpressionSubtree(DetailAST aTree, IndentLevel aLevel, boolean aFirstLineMatches, boolean aAllowNesting) Check the indentation level for an expression subtree. |
void | Check the indentation of consecutive lines for the expression we are
handling. |
void | ExpressionHandler.logError(DetailAST aAst, String aSubtypeName, int aActualLevel, IndentLevel aExpectedLevel) Log an indentation error. |
Methods with return type com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel | |
IndentLevel | |
IndentLevel | |
IndentLevel | Get the indentation amount for this handler. |
IndentLevel | Compute the indentation amount for this handler. |
IndentLevel | Compute the indentation amount for this handler. |
IndentLevel | Compute the indentation amount for this handler. |
IndentLevel | Compute the indentation amount for this handler. |
IndentLevel | Compute the indentation amount for this handler. |
IndentLevel | Compute the indentation amount for this handler. |
IndentLevel | |
IndentLevel | Compute the indentation amount for this handler. |
IndentLevel | Compute the indentation amount for this handler. |
IndentLevel | |
IndentLevel | |
IndentLevel | Indentation level suggested for a child element. |
IndentLevel | Indentation level suggested for a child element. |
IndentLevel | Indentation level suggested for a child element. |
IndentLevel | Indentation level suggested for a child element. |
IndentLevel | |
IndentLevel | Indentation level suggested for a child element. |
IndentLevel | Indentation level suggested for a child element. |
IndentLevel | Indentation level suggested for a child element. |
IndentLevel | Indentation level suggested for a child element. |
Back to the Checkstyle Home Page |