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