public class ArrayInitHandler extends BlockParentHandler
MSG_CHILD_ERROR, MSG_CHILD_ERROR_MULTI, MSG_ERROR, MSG_ERROR_MULTI| Constructor and Description |
|---|
ArrayInitHandler(IndentationCheck indentCheck,
DetailAST ast,
AbstractExpressionHandler parent)
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 |
canChildrenBeNested()
Determines if child elements within the expression may be nested.
|
protected IndentLevel |
curlyLevel()
Get the expected indentation level for the curly braces.
|
protected IndentLevel |
getChildrenExpectedLevel()
Gets indentation level expected for children.
|
protected DetailAST |
getLCurly()
Get the left curly brace portion of the expression we are handling.
|
protected IndentLevel |
getLevelImpl()
Compute the indentation amount for this handler.
|
protected DetailAST |
getListChild()
Get the child element representing the list of statements.
|
protected DetailAST |
getRCurly()
Get the right curly brace portion of the expression we are handling.
|
protected DetailAST |
getTopLevelAst()
Get the top level expression being managed by this handler.
|
protected boolean |
shouldStartWithRCurly()
Determines if the right curly brace must be at the start of the line.
|
checkIndentation, checkLCurly, checkRCurly, checkTopLevelToken, getCheckedChildren, getLParen, getNonListChild, getRParen, hasCurlies, hasLabelBefore, shouldTopLevelStartLine, suggestedChildLevelcheckChildren, checkExpressionSubtree, checkLinesIndent, checkLParen, checkModifiers, checkRParen, expandedTabsColumnNo, findSubtreeLines, getBasicOffset, getBraceAdjustment, getFirstLine, getIndentCheck, getLevel, getLineStart, getLineStart, getMainAst, getParent, logError, logError, shouldIncreaseIndent, startsLinepublic ArrayInitHandler(IndentationCheck indentCheck, DetailAST ast, AbstractExpressionHandler parent)
indentCheck - the indentation checkast - the abstract syntax treeparent - the parent handlerprotected IndentLevel getLevelImpl()
AbstractExpressionHandlergetLevelImpl in class AbstractExpressionHandlerprotected DetailAST getTopLevelAst()
BlockParentHandlergetTopLevelAst in class BlockParentHandlerprotected DetailAST getLCurly()
BlockParentHandlergetLCurly in class BlockParentHandlerprotected IndentLevel curlyLevel()
BlockParentHandlercurlyLevel in class BlockParentHandlerprotected DetailAST getRCurly()
BlockParentHandlergetRCurly in class BlockParentHandlerprotected boolean shouldStartWithRCurly()
BlockParentHandlershouldStartWithRCurly in class BlockParentHandlerprotected boolean canChildrenBeNested()
BlockParentHandlercanChildrenBeNested in class BlockParentHandlerprotected DetailAST getListChild()
BlockParentHandlergetListChild in class BlockParentHandlerprotected IndentLevel getChildrenExpectedLevel()
BlockParentHandlergetChildrenExpectedLevel in class BlockParentHandlerCopyright © 2001-2015. All Rights Reserved.