示例#1
0
 void check_op()
 {
     if (!tableId.check_op())
     {
         throw new SystemException(curLex.getName() + " wrong types in operator");
     }
 }