Component code generation script

The component ultimately generates code. The CDE provides two ways to specify the generated code, essentially one method at a time, or all at once. The first way is to edit each method independently. The second option is to edit the whole driver using the file editor. Note that the entire body of code to be generated is known as a "driver." And the file that creates that code is a script. You specify the code to be created using the scripting language: either method by method (independent method editor) or in the driver file.