Uses of Interface
stepc.Emitter

Packages that use Emitter
stepc Defines classes and support for the stepc compiler. 
 

Uses of Emitter in stepc
 

Classes in stepc that implement Emitter
 class JavaEmitter
          Convert STEP definitions to Java source.
 class StepdlEmitter
          Pretty print resolved STEP definitions.
 

Methods in stepc with parameters of type Emitter
 void Compiler.emit(Emitter emitter)
          Apply an emitter to the current set of parsed definitions.