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