Package jdolly.examples

Source Code of jdolly.examples.RenameClassGen

package jdolly.examples;

import java.util.List;

import jdolly.JDolly;
import jdolly.JDollyImp;

import org.eclipse.jdt.core.dom.CompilationUnit;
import org.testorrery.IGenerator;


public class RenameClassGen extends Gen {

  @Override
  protected IGenerator<List<CompilationUnit>> getCUGen() {
    JDolly jdolly = new JDollyImp("alloyTheory/renameclass_final.als", 2, 3, 3);
    return jdolly;
  }

  @Override
  protected String getLogDirPath() {
    return super.getSystemTempDir() + "/renameclass";
  }

}
TOP

Related Classes of jdolly.examples.RenameClassGen

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.