Package gudusoft.gsqlparser.pp.print
Class TextPrinter
Object
gudusoft.gsqlparser.pp.print.TextPrinter
- All Implemented Interfaces:
IPrinter
the text print
- Author:
- zhoujun
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOut()get the output streamvoidprint the source tokenvoidprint the source token listvoidsetOut(OutputStream out) set the output streamvoidsetOutputConfig(OutputConfig outputConfig)
-
Constructor Details
-
TextPrinter
public TextPrinter()
-
-
Method Details
-
print
Description copied from interface:IPrinterprint the source token list -
print
Description copied from interface:IPrinterprint the source token -
getOut
Description copied from interface:IPrinterget the output stream -
setOut
Description copied from interface:IPrinterset the output stream -
setOutputConfig
- Specified by:
setOutputConfigin interfaceIPrinter
-