public class FinallyHandler extends BlockParentHandler
| Constructor and Description |
|---|
FinallyHandler(IndentationCheck indentCheck,
DetailAST ast,
ExpressionHandler parent)
Construct an instance of this handler with the given indentation check,
astract 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 indentCheck, DetailAST ast, ExpressionHandler parent)
indentCheck - the indentation checkast - the astract syntax treeparent - the parent handlerprotected boolean toplevelMustStartLine()
BlockParentHandlertoplevelMustStartLine in class BlockParentHandlerCopyright © 2001–2015. All rights reserved.