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, setOption
public DeclareStmtFormatterBuilder()
protected void initSpecialProcessorForFormatter(DeclareStmtFormatter formatter)
AbstractStmtFormatterBuilder
initSpecialProcessorForFormatter
in class AbstractStmtFormatterBuilder<DeclareStmtFormatter>
protected DeclareStmtFormatter newInstanceFormatter()
AbstractStmtFormatterBuilder
newInstanceFormatter
in class AbstractStmtFormatterBuilder<DeclareStmtFormatter>