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