Package gudusoft.gsqlparser.pp.print
Interface IPrinter
- All Known Implementing Classes:
TextPrinter
public interface IPrinter
-
Method Summary
Modifier and TypeMethodDescriptiongetOut()get the output streamvoidprint the source tokenvoidprint the source token listvoidsetOut(OutputStream out) set the output streamvoidsetOutputConfig(OutputConfig outputConfig)
-
Method Details
-
print
print the source token list- Parameters:
t-
-
print
print the source token- Parameters:
t-
-
getOut
get the output stream- Returns:
-
setOut
set the output stream- Parameters:
out-
-
setOutputConfig
-