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