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, suggestedChildLevel
checkChildren, checkExpressionSubtree, checkLinesIndent, checkLParen, checkModifiers, checkRParen, expandedTabsColumnNo, findSubtreeLines, getBasicOffset, getBraceAdjustment, getFirstLine, getIndentCheck, getLevel, getLineStart, getLineStart, getMainAst, getParent, logError, logError, shouldIncreaseIndent, startsLine
public ArrayInitHandler(IndentationCheck indentCheck, DetailAST ast, AbstractExpressionHandler parent)
indentCheck
- the indentation checkast
- the abstract syntax treeparent
- the parent handlerprotected IndentLevel getLevelImpl()
AbstractExpressionHandler
getLevelImpl
in class AbstractExpressionHandler
protected DetailAST getTopLevelAst()
BlockParentHandler
getTopLevelAst
in class BlockParentHandler
protected DetailAST getLCurly()
BlockParentHandler
getLCurly
in class BlockParentHandler
protected IndentLevel curlyLevel()
BlockParentHandler
curlyLevel
in class BlockParentHandler
protected DetailAST getRCurly()
BlockParentHandler
getRCurly
in class BlockParentHandler
protected boolean shouldStartWithRCurly()
BlockParentHandler
shouldStartWithRCurly
in class BlockParentHandler
protected boolean canChildrenBeNested()
BlockParentHandler
canChildrenBeNested
in class BlockParentHandler
protected DetailAST getListChild()
BlockParentHandler
getListChild
in class BlockParentHandler
protected IndentLevel getChildrenExpectedLevel()
BlockParentHandler
getChildrenExpectedLevel
in class BlockParentHandler
Copyright © 2001–2015. All rights reserved.