public class DeclareStmtFormatterBuilder extends AbstractStmtFormatterBuilder<DeclareStmtFormatter>
| Constructor and Description |
|---|
DeclareStmtFormatterBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initSpecialProcessorForFormatter(DeclareStmtFormatter formatter)
initialize the special processors
|
protected DeclareStmtFormatter |
newInstanceFormatter()
create the formatter, subclass should override this template method to
create a new instance
|
build, getOption, initCommonProcessorsForFormatter, setOptionpublic DeclareStmtFormatterBuilder()
protected void initSpecialProcessorForFormatter(DeclareStmtFormatter formatter)
AbstractStmtFormatterBuilderinitSpecialProcessorForFormatter in class AbstractStmtFormatterBuilder<DeclareStmtFormatter>protected DeclareStmtFormatter newInstanceFormatter()
AbstractStmtFormatterBuildernewInstanceFormatter in class AbstractStmtFormatterBuilder<DeclareStmtFormatter>