コード例 #1
0
ファイル: S_SIGNALXX_SHDL.java プロジェクト: bvandepo/shdl
 private void regle14() throws EGGException {
   // declaration
   T_num10_SHDL x_2 = new T_num10_SHDL(att_scanner);
   // appel
   att_scanner.accepter_sucre(LEX_SHDL.token_ptpt);
   x_2.analyser();
   action_set_14(x_2);
   att_scanner.accepter_sucre(LEX_SHDL.token_crocfer);
 }
コード例 #2
0
ファイル: S_SIGNALXX_SHDL.java プロジェクト: bvandepo/shdl
 public void analyser() throws EGGException {
   att_scanner.lit(1);
   switch (att_scanner.fenetre[0].code) {
     case LEX_SHDL.token_ptpt: // 38
       regle14();
       break;
     case LEX_SHDL.token_crocfer: // 37
       regle15();
       break;
     default:
       {
         String as[] = {att_scanner.fenetre[0].getNom()};
         att_scanner._interrompre(att_scanner.messages.S_02, as);
       }
   }
 }
コード例 #3
0
ファイル: S_SIGNALXX_SHDL.java プロジェクト: bvandepo/shdl
 private void regle15() throws EGGException {
   // declaration
   // appel
   att_scanner.accepter_sucre(LEX_SHDL.token_crocfer);
 }