// This file was generated by DAJ from program.cd. import edu.neu.ccs.demeter.*; class A { Ident ident; A() { } A(Ident ident) { this.ident = ident; } }