// This class will be the new CUP-generated preprocessor. // public class PdePreprocessor { public PdePreprocessor() { } public String writeJava(String name, boolean extendsNormal, boolean exporting) { return "This class is currently purely abstract"; } }