org.kiama.util
Class of objects that can emit arbitrary error-like text such as program errors, warnings or log messages. The messages are sent to standard error. Use an OutputEmitter if you just want to output normal program output.
OutputEmitter
Close this emitter.
Close this emitter. Default: do nothing.
Emit any.
any
Emit a new line.
Emit any and start a new line.
Class of objects that can emit arbitrary error-like text such as program errors, warnings or log messages. The messages are sent to standard error. Use an
OutputEmitterif you just want to output normal program output.