stepc
Class JavaEmitter

java.lang.Object
  |
  +--stepc.JavaEmitter
All Implemented Interfaces:
Emitter

public class JavaEmitter
extends Object
implements Emitter

Convert STEP definitions to Java source.


Constructor Summary
JavaEmitter(File outputDir)
           
 
Method Summary
 void emit(RecordDef def)
          Produce output for a STEP record definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaEmitter

public JavaEmitter(File outputDir)
Method Detail

emit

public void emit(RecordDef def)
          throws IOException
Description copied from interface: Emitter
Produce output for a STEP record definition.

Specified by:
emit in interface Emitter
Throws:
IOException - if the emitter encountered an I/O failure while producing output.