// This file was generated by DAJ from program.cd. import edu.neu.ccs.demeter.dj.*; import edu.neu.ccs.demeter.*; class Compound extends Exp { Op op; Exp_List exp_List; Compound() { } Compound(Op op, Exp_List exp_List) { this.op = op; this.exp_List = exp_List; } }