public interface IPrinter
Modifier and Type | Method and Description |
---|---|
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(OutputStream out)
set the output stream
|
void |
setOutputConfig(OutputConfig outputConfig) |
void print(TSourceTokenList t)
t
- void print(TSourceToken t)
t
- OutputStream getOut()
void setOut(OutputStream out)
out
- void setOutputConfig(OutputConfig outputConfig)