gudusoft.gsqlparser.pp.print
Interface IPrinter

All Known Implementing Classes:
TextPrinter

public interface IPrinter


Method Summary
 java.io.OutputStream getOut()
          get the output stream
 void print(TSourceToken t)
          print the source token
 void print(TSourceTokenList t)
          print the source token list
 void setOut(java.io.OutputStream out)
          set the output stream
 void setOutputConfig(OutputConfig outputConfig)
           
 

Method Detail

print

void print(TSourceTokenList t)
print the source token list

Parameters:
t -

print

void print(TSourceToken t)
print the source token

Parameters:
t -

getOut

java.io.OutputStream getOut()
get the output stream

Returns:

setOut

void setOut(java.io.OutputStream out)
set the output stream

Parameters:
out -

setOutputConfig

void setOutputConfig(OutputConfig outputConfig)