Jump to content

Emitter Framework: Difference between revisions

From EDM2
Prokushev (talk | contribs)
No edit summary
 
No edit summary
Line 1: Line 1:
Emitter Framework is a set of classes and [[SOM Compiler]] tool. Emitter Framework used to produce various file formats from [[Interface Definition Language]] files. Emitter Framework classes consist of [[SOMTEmitC|Emitter classes]] and [[Entry classes]]. Classes can be shadowed. This means programmer can replace original class by its own class. So [[SOM Compiler]] can be highly customized. Only hard-coded (and closed source) things are IDL file reader and abstract graph builder.
Emitter Framework is a set of classes and [[SOM Compiler]] tool. Emitter Framework is used to produce various file formats from [[Interface Definition Language]] files. Emitter Framework classes consist of [[SOMTEmitC|Emitter classes]] and [[Entry classes]]. Classes can be shadowed. This means a programmer can replace original classes with his own classes. So the [[SOM Compiler]] can be highly customized. The only things hard-coded (and closed source) are the IDL file reader and abstract graph builder.

Revision as of 00:24, 13 November 2004

Emitter Framework is a set of classes and SOM Compiler tool. Emitter Framework is used to produce various file formats from Interface Definition Language files. Emitter Framework classes consist of Emitter classes and Entry classes. Classes can be shadowed. This means a programmer can replace original classes with his own classes. So the SOM Compiler can be highly customized. The only things hard-coded (and closed source) are the IDL file reader and abstract graph builder.