|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndentLevel | |
---|---|
com.puppycrawl.tools.checkstyle.checks.indentation | Contains all classes required for the indentation check. |
Uses of IndentLevel in com.puppycrawl.tools.checkstyle.checks.indentation |
---|
Methods in com.puppycrawl.tools.checkstyle.checks.indentation with parameters of type IndentLevel | |
---|---|
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,
java.lang.String aSubtypeName,
int aActualLevel,
IndentLevel aExpectedLevel)
Log an indentation error. |
Constructors in com.puppycrawl.tools.checkstyle.checks.indentation with parameters of type IndentLevel | |
---|---|
IndentLevel(IndentLevel aBase,
int aOffset)
Creates new instance for nested structure. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |