public class JavadocWhiteSpaceFormattingStrategy extends WhiteSpaceFormattingStrategyAdapter
| Constructor and Description |
|---|
JavadocWhiteSpaceFormattingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsWhitespacesOnly(ASTNode node)
Allows to answer if given node should be treated as white space node.
|
addWhitespace, adjustWhiteSpaceIfNecessary, adjustWhiteSpaceIfNecessary, check, replaceDefaultStrategypublic boolean containsWhitespacesOnly(ASTNode node)
WhiteSpaceFormattingStrategycontainsWhitespacesOnly in interface WhiteSpaceFormattingStrategycontainsWhitespacesOnly in class WhiteSpaceFormattingStrategyAdapternode - node to checktrue if given node should be treated as white space; false otherwise