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, getLastNode
public 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 LineWrappingHandler
Copyright © 2001–2015. All rights reserved.