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

EOorg.EOeolang.EOstring$EOas_hash Maven / Gradle / Ivy

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

package EOorg.EOeolang;

import org.eolang.*;

//  
//    
//      
//       
//     
//   
//   
//   
//   
//   
// 
@XmirObject(name = "string$as-hash", oname = "as-hash", source = "/home/r/repo/target/eo/04-pull/org/eolang/string.eo")
public final class EOstring$EOas_hash extends PhDefault {
  public EOstring$EOas_hash(final Phi sigma) {
    super(sigma);
    this.add("φ", new AtOnce(new AtComposite(this, rho -> {
      Phi ret_base_base = new PhMethod(rho, "ρ");
        ret_base_base = new PhLocated(ret_base_base, 44, 6);
      Phi ret_base = new PhMethod(ret_base_base, "as-bytes");
        ret_base = new PhLocated(ret_base, 44, 7);
      Phi ret = new PhMethod(ret_base, "as-hash");
        ret = new PhLocated(ret, 43, 4);
      return ret;
    })));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy