public class MethodCallLineWrapHandler extends LineWrappingHandler
| Constructor and Description |
|---|
MethodCallLineWrapHandler(IndentationCheck instance,
DetailAST firstNode,
DetailAST lastNode)
Creates new instance of MethodCallLineWrapHandler.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getCurrentIndentation() |
checkIndentation, getFirstNode, getIndentLevel, getLastNodepublic MethodCallLineWrapHandler(IndentationCheck instance, DetailAST firstNode, DetailAST lastNode)
instance - instance of IndentationCheck.firstNode - first node of method call statement.lastNode - last node of method call statement.protected int getCurrentIndentation()
getCurrentIndentation in class LineWrappingHandlerCopyright © 2001–2016. All rights reserved.