// 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 args; Compound() { } Compound(Op op, Exp_List args) { this.op = op; this.args = args; } }