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

EOorg.EOeolang.EObytes$EOas_hash$EOt0$EOa2 Maven / Gradle / Ivy

/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2022-07-25T15:16:25.508Z. 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:40.308101Z by the compiler v.0.24.0.
 */

package EOorg.EOeolang;

import org.eolang.*;

//  
//   
//   
//    
//      
//       31
//       
//     
//      
//       
//     
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
// 
@XmirObject(name = "bytes$as-hash$t0$a2", oname = "bytes$as-hash$t0$a2", source = "/home/r/repo/target/eo/04-pull/org/eolang/bytes.eo")
public final class EObytes$EOas_hash$EOt0$EOa2 extends PhDefault {
  public EObytes$EOas_hash$EOt0$EOa2(final Phi sigma) {
    super(sigma);
    this.add("a", new AtFree(/* default */));
    this.add("b", new AtFree(/* default */));
    this.add("φ", new AtOnce(new AtComposite(this, rho -> {
      Phi ret_base_base = new EOorg.EOeolang.EOint(Phi.Φ);
        ret_base_base = new PhLocated(ret_base_base, 89, 12);
        ret_base_base = new PhWith(ret_base_base, "Δ", new Data.Value(31L));
      Phi ret_base = new PhMethod(ret_base_base, "times");
        ret_base = new PhLocated(ret_base, 88, 10);
      ret_base = new PhCopy(ret_base);
        Phi ret_base_1 = new PhMethod(rho, "a");
          ret_base_1 = new PhLocated(ret_base_1, 90, 12);
        ret_base = new PhWith(ret_base, 0, ret_base_1);
      Phi ret = new PhMethod(ret_base, "plus");
        ret = new PhLocated(ret, 87, 8);
      ret = new PhCopy(ret);
        Phi ret_1_base = new PhMethod(rho, "b");
          ret_1_base = new PhLocated(ret_1_base, 91, 10);
        Phi ret_1 = new PhMethod(ret_1_base, "as-int");
          ret_1 = new PhLocated(ret_1, 91, 11);
        ret = new PhWith(ret, 0, ret_1);
      return ret;
    })));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy