// This file was generated by DAJ from program.cd. import edu.neu.ccs.demeter.*; class X { A a; A_List a_List; X() { } X(A a, A_List a_List) { this.a = a; this.a_List = a_List; } }