package generated; import edu.neu.ccs.demeter.dj.*; import edu.neu.ccs.demeterf.*; import edu.neu.ccs.demeter.*; abstract class UniversalVisitor { public UniversalVisitor() { super(); } public void start() { } public void before(FinishedProduct host) { } public void before_assignment(FinishedProduct source, Assignment dest) { } public void before_money(FinishedProduct source, Money dest) { } public void before_rawmaterial(FinishedProduct source, RawMaterial dest) { } public void before(DerivativeName host) { } public void before_name(DerivativeName source, Ident dest) { } public void before(Money host) { } public void before_price(Money source, float dest) { } public void before(DerivativeType host) { } public void before_constrainttype_list(DerivativeType source, ConstraintType_List dest) { } public void before(ConstraintType host) { } public void before_relation(ConstraintType source, Relation dest) { } public void before(RawMaterial host) { } public void before_constraint_list(RawMaterial source, Constraint_List dest) { } public void before(Constraint host) { } public void before_weight(Constraint source, Weight dest) { } public void before_relation(Constraint source, Relation dest) { } public void before_variable_list(Constraint source, Variable_List dest) { } public void before(Relation host) { } public void before_v(Relation source, int dest) { } public void before(Weight host) { } public void before_v(Weight source, int dest) { } public void before(Literal host) { } public void before_lit(Literal source, Lit dest) { } public void before(Lit host) { } public void before_variable(Lit source, Variable dest) { } public void before(PosLiteral host) { } public void before(NegLiteral host) { } public void before(Variable host) { } public void before_ident(Variable source, Ident dest) { } public void before(Assignment host) { } public void before_literal_list(Assignment source, Literal_List dest) { } public void before(Main host) { } public void before_s(Main source, String dest) { } public void before(ConstraintType_List host) { } public void before_first(ConstraintType_List source, Nonempty_ConstraintType_List dest) { } public void before(Constraint_List host) { } public void before_first(Constraint_List source, Nonempty_Constraint_List dest) { } public void before(Variable_List host) { } public void before_first(Variable_List source, Nonempty_Variable_List dest) { } public void before(Literal_List host) { } public void before_first(Literal_List source, Nonempty_Literal_List dest) { } public void before(Nonempty_ConstraintType_List host) { } public void before_it(Nonempty_ConstraintType_List source, ConstraintType dest) { } public void before_next(Nonempty_ConstraintType_List source, Nonempty_ConstraintType_List dest) { } public void before(Nonempty_Constraint_List host) { } public void before_it(Nonempty_Constraint_List source, Constraint dest) { } public void before_next(Nonempty_Constraint_List source, Nonempty_Constraint_List dest) { } public void before(Nonempty_Variable_List host) { } public void before_it(Nonempty_Variable_List source, Variable dest) { } public void before_next(Nonempty_Variable_List source, Nonempty_Variable_List dest) { } public void before(Nonempty_Literal_List host) { } public void before_it(Nonempty_Literal_List source, Literal dest) { } public void before_next(Nonempty_Literal_List source, Nonempty_Literal_List dest) { } public void after(FinishedProduct host) { } public void after_assignment(FinishedProduct source, Assignment dest) { } public void after_money(FinishedProduct source, Money dest) { } public void after_rawmaterial(FinishedProduct source, RawMaterial dest) { } public void after(DerivativeName host) { } public void after_name(DerivativeName source, Ident dest) { } public void after(Money host) { } public void after_price(Money source, float dest) { } public void after(DerivativeType host) { } public void after_constrainttype_list(DerivativeType source, ConstraintType_List dest) { } public void after(ConstraintType host) { } public void after_relation(ConstraintType source, Relation dest) { } public void after(RawMaterial host) { } public void after_constraint_list(RawMaterial source, Constraint_List dest) { } public void after(Constraint host) { } public void after_weight(Constraint source, Weight dest) { } public void after_relation(Constraint source, Relation dest) { } public void after_variable_list(Constraint source, Variable_List dest) { } public void after(Relation host) { } public void after_v(Relation source, int dest) { } public void after(Weight host) { } public void after_v(Weight source, int dest) { } public void after(Literal host) { } public void after_lit(Literal source, Lit dest) { } public void after(Lit host) { } public void after_variable(Lit source, Variable dest) { } public void after(PosLiteral host) { } public void after(NegLiteral host) { } public void after(Variable host) { } public void after_ident(Variable source, Ident dest) { } public void after(Assignment host) { } public void after_literal_list(Assignment source, Literal_List dest) { } public void after(Main host) { } public void after_s(Main source, String dest) { } public void after(ConstraintType_List host) { } public void after_first(ConstraintType_List source, Nonempty_ConstraintType_List dest) { } public void after(Constraint_List host) { } public void after_first(Constraint_List source, Nonempty_Constraint_List dest) { } public void after(Variable_List host) { } public void after_first(Variable_List source, Nonempty_Variable_List dest) { } public void after(Literal_List host) { } public void after_first(Literal_List source, Nonempty_Literal_List dest) { } public void after(Nonempty_ConstraintType_List host) { } public void after_it(Nonempty_ConstraintType_List source, ConstraintType dest) { } public void after_next(Nonempty_ConstraintType_List source, Nonempty_ConstraintType_List dest) { } public void after(Nonempty_Constraint_List host) { } public void after_it(Nonempty_Constraint_List source, Constraint dest) { } public void after_next(Nonempty_Constraint_List source, Nonempty_Constraint_List dest) { } public void after(Nonempty_Variable_List host) { } public void after_it(Nonempty_Variable_List source, Variable dest) { } public void after_next(Nonempty_Variable_List source, Nonempty_Variable_List dest) { } public void after(Nonempty_Literal_List host) { } public void after_it(Nonempty_Literal_List source, Literal dest) { } public void after_next(Nonempty_Literal_List source, Nonempty_Literal_List dest) { } public void finish() { } void universal_trv0_bef(UniversalVisitor _v_) { } void universal_trv0_aft(UniversalVisitor _v_) { } void universal_trv0(UniversalVisitor _v_) { } }