Writing a new code generator class

You can write new generator classes that inherit the various generator classes provided in the API.

About this task

Writing a new class to generate execution code basically consists in the following actions:

Procedure

  1. Redefine some methods of the parent class.
  2. Optional: Redefine some parameters as appropriate.