public interface BlockFactory
Modifier and Type | Method and Description |
---|---|
Block |
createBlock(ASTNode node,
Indent indent,
Alignment alignment,
Wrap wrap,
FormattingMode formattingMode) |
FormattingMode |
getFormattingMode() |
JavaCodeStyleSettings |
getJavaSettings() |
CommonCodeStyleSettings |
getSettings() |
Block createBlock(ASTNode node, Indent indent, Alignment alignment, Wrap wrap, FormattingMode formattingMode)
CommonCodeStyleSettings getSettings()
JavaCodeStyleSettings getJavaSettings()
FormattingMode getFormattingMode()