stepc
Interface Emitter

All Known Implementing Classes:
JavaEmitter, StepdlEmitter

public interface Emitter

A STEPc back-end that takes a definition and produces some output.

See Also:
Compiler.emit(Emitter)

Method Summary
 void emit(RecordDef def)
          Produce output for a STEP record definition.
 

Method Detail

emit

public void emit(RecordDef def)
          throws IOException
Produce output for a STEP record definition.

Throws:
IOException - if the emitter encountered an I/O failure while producing output.