stepc
Class StepdlEmitter

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

public class StepdlEmitter
extends Object
implements Emitter

Pretty print resolved STEP definitions.


Constructor Summary
StepdlEmitter(PrintWriter output)
           
 
Method Summary
 void emit(RecordDef def)
          Produce output for a STEP record definition.
static void main(String[] args)
          Load record definitions from a classes on the current path and print the definitions as STEP-DL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepdlEmitter

public StepdlEmitter(PrintWriter output)
Method Detail

emit

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

Specified by:
emit in interface Emitter

main

public static void main(String[] args)
Load record definitions from a classes on the current path and print the definitions as STEP-DL.

Parameters:
args - a list of class names.