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