public class FinallyHandler extends BlockParentHandler
| Constructor and Description |
|---|
FinallyHandler(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 |
|---|---|
protected boolean |
toplevelMustStartLine()
Determines if the top level token must start the line.
|
checkIndentation, checkLCurly, checkRCurly, checkToplevelToken, childrenMayNest, curlyLevel, getCheckedChildren, getChildrenExpectedLevel, getLCurly, getListChild, getLParen, getNonlistChild, getRCurly, getRParen, getToplevelAST, hasCurlys, hasLabelBefore, rcurlyMustStart, suggestedChildLevelcheckChildren, checkExpressionSubtree, checkLinesIndent, checkLParen, checkModifiers, checkRParen, expandedTabsColumnNo, findSubtreeLines, getBasicOffset, getBraceAdjustement, getFirstLine, getIndentCheck, getLevel, getLevelImpl, getLineStart, getLineStart, getMainAst, getParent, logError, logError, shouldIncreaseIndent, startsLinepublic FinallyHandler(IndentationCheck aIndentCheck, DetailAST aAst, ExpressionHandler aParent)
aIndentCheck - the indentation checkaAst - the abstract syntax treeaParent - the parent handlerprotected boolean toplevelMustStartLine()
BlockParentHandlertoplevelMustStartLine in class BlockParentHandlerCopyright © 2001-2014. All Rights Reserved.