All Downloads are FREE. Search and download functionalities are using the official Maven repository.

EOorg.EOeolang.EOcollections.EOmultimap$EOpairs_to_hash$EOt1$EOa2 Maven / Gradle / Ivy

/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2022-07-25T15:16:31.914Z. Don't edit it,
 * your changes will be discarded on the next build.
 *
 * The EO sources were compiled to XMIR on
 * 2022-07-25T15:15:45.942564Z by the compiler v.0.24.0.
 */

package EOorg.EOeolang.EOcollections;

import org.eolang.*;

//  
//   
//   
//    
//     
//      
//        
//         
//         0
//       
//     
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
// 
@XmirObject(name = "multimap$pairs-to-hash$t1$a2", oname = "multimap$pairs-to-hash$t1$a2", source = "/home/r/repo/target/eo/04-pull/org/eolang/collections/multimap.eo")
public final class EOmultimap$EOpairs_to_hash$EOt1$EOa2 extends PhDefault {
  public EOmultimap$EOpairs_to_hash$EOt1$EOa2(final Phi sigma) {
    super(sigma);
    this.add("a", new AtFree(/* default */));
    this.add("x", new AtFree(/* default */));
    this.add("φ", new AtOnce(new AtComposite(this, rho -> {
      Phi ret_base = new PhMethod(rho, "a");
        ret_base = new PhLocated(ret_base, 53, 9);
      Phi ret = new PhMethod(ret_base, "with");
        ret = new PhLocated(ret, 53, 10);
      ret = new PhCopy(ret);
        Phi ret_1_base_base = new PhMethod(rho, "x");
          ret_1_base_base = new PhLocated(ret_1_base_base, 53, 18);
        Phi ret_1_base = new PhMethod(ret_1_base_base, "at");
          ret_1_base = new PhLocated(ret_1_base, 53, 19);
        ret_1_base = new PhCopy(ret_1_base);
          Phi ret_1_base_1 = new EOorg.EOeolang.EOint(Phi.Φ);
            ret_1_base_1 = new PhLocated(ret_1_base_1, 53, 23);
            ret_1_base_1 = new PhWith(ret_1_base_1, "Δ", new Data.Value(0L));
          ret_1_base = new PhWith(ret_1_base, 0, ret_1_base_1);
        Phi ret_1 = new PhMethod(ret_1_base, "as-hash");
          ret_1 = new PhLocated(ret_1, 53, 25);
        ret = new PhWith(ret, 0, ret_1);
      return ret;
    })));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy