Precondition.checkMustNotBeNull(operatorClass, "operatorClass"); //$NON-NLS-1$
this.environment = environment;
this.factory = factory;
this.importer = importer;
this.operatorClass = operatorClass;
this.util = new GeneratorUtil(environment, factory, importer);
}