private void regle16() throws EGGException { // declaration S_AFFECTATION_NET x_1 = new S_AFFECTATION_NET(att_scanner); S_AFFECTATIONSX_NET x_3 = new S_AFFECTATIONSX_NET(att_scanner); // appel x_1.analyser(); action_trans_16(x_1, x_3); x_3.analyser(); action_add_16(x_1, x_3); }
private void action_trans_16(S_AFFECTATION_NET x_1, S_AFFECTATIONSX_NET x_3) throws EGGException { // locales // instructions this.att_affectations = this.att_haffectations; x_3.att_haffectations = this.att_haffectations; }