public class IfHandler extends BlockParentHandler
Constructor and Description |
---|
IfHandler(IndentationCheck aIndentCheck,
DetailAST aAst,
ExpressionHandler aParent)
Construct an instance of this handler with the given indentation check,
abstract syntax tree, and parent handler.
|
Modifier and Type | Method and Description |
---|---|
void |
checkIndentation()
Check the indentation of the expression we are handling.
|
protected void |
checkToplevelToken()
Check the indent of the top level token.
|
protected IndentLevel |
getLevelImpl()
Compute the indentation amount for this handler.
|
IndentLevel |
suggestedChildLevel(ExpressionHandler aChild)
Indentation level suggested for a child element.
|
checkLCurly, checkRCurly, childrenMayNest, getCheckedChildren, getChildrenExpectedLevel, getLCurly, getListChild, getLParen, getNonlistChild, getRCurly, getRParen, getToplevelAST, hasCurlys, rcurlyMustStart, toplevelMustStartLine
checkChildren, checkExpressionSubtree, checkLinesIndent, checkLParen, checkModifiers, checkRParen, expandedTabsColumnNo, findSubtreeLines, getBasicOffset, getBraceAdjustement, getFirstLine, getIndentCheck, getLevel, getLineStart, getLineStart, getMainAst, getParent, logError, logError, shouldIncreaseIndent, startsLine
public IfHandler(IndentationCheck aIndentCheck, DetailAST aAst, ExpressionHandler aParent)
aIndentCheck
- the indentation checkaAst
- the abstract syntax treeaParent
- the parent handlerpublic IndentLevel suggestedChildLevel(ExpressionHandler aChild)
ExpressionHandler
suggestedChildLevel
in class BlockParentHandler
aChild
- child AST (so suggestion level can differ based on child
type)protected IndentLevel getLevelImpl()
ExpressionHandler
getLevelImpl
in class ExpressionHandler
protected void checkToplevelToken()
BlockParentHandler
checkToplevelToken
in class BlockParentHandler
public void checkIndentation()
ExpressionHandler
checkIndentation
in class BlockParentHandler
Copyright © 2001–2016. All rights reserved.