public abstract class AbstractBaseFormatter
extends AbstractDeclarativeFormatter
| Constructor and Description |
|---|
AbstractBaseFormatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAppendedBraces(FormattingConfig c,
Keyword leftBrace,
Keyword rightBrace) |
void |
setBraces(FormattingConfig c,
Keyword leftBrace,
Keyword rightBrace) |
void |
setNoSpaceLineWrap(FormattingConfig c,
Keyword semicolon) |
public void setBraces(FormattingConfig c,
Keyword leftBrace,
Keyword rightBrace)
public void setAppendedBraces(FormattingConfig c,
Keyword leftBrace,
Keyword rightBrace)
public void setNoSpaceLineWrap(FormattingConfig c,
Keyword semicolon)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.