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, replaceDefaultStrategy
public boolean containsWhitespacesOnly(ASTNode node)
WhiteSpaceFormattingStrategy
containsWhitespacesOnly
in interface WhiteSpaceFormattingStrategy
containsWhitespacesOnly
in class WhiteSpaceFormattingStrategyAdapter
node
- node to checktrue
if given node should be treated as white space; false
otherwise