Class CodeGenerator

java.lang.Object
   |
   +----CodeGenerator

public class CodeGenerator
extends Object
The Code Generator suprisingly generates code. It reads all files given on the command line and opens these pattern-files. It then writes the class Samples in merlin/util/Samples.java so that there is no need to load any samples at startup. They are all compiled into the application.

Version:
0.9
Author:
Stefan Hellkvist

Constructor Index

 o CodeGenerator()

Method Index

 o main(String[])

Constructors

 o CodeGenerator
 public CodeGenerator()

Methods

 o main
 public static void main(String argv[])