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

EOorg.EOeolang.EOgray.EOheap$EOpointer$EOsub Maven / Gradle / Ivy

/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2022-05-18T09:52:46.155Z. Don't edit it,
 * your changes will be discarded on the next build.
 *
 * The EO sources were compiled to XMIR on
 * 2022-05-18T09:52:26.761710Z by the compiler v.0.22.2.
 */

package EOorg.EOeolang.EOgray;

import org.eolang.*;

//  
//   
//    
//     
//      
//       
//       -1
//     
//   
//   
//   
//   
//   
//   
//   
//   
// 
@XmirObject(name = "heap$pointer$sub", oname = "sub", source = "/home/r/repo/target/eo/04-pull/org/eolang/gray/heap.eo")
public final class EOheap$EOpointer$EOsub extends PhDefault {
  public EOheap$EOpointer$EOsub(final Phi sigma) {
    super(sigma);
    this.add("x", new AtFree(/* default */));
    this.add("φ", new AtOnce(new AtComposite(this, rho -> {
      Phi ret_base = new PhMethod(rho, "σ");
        ret_base = new PhLocated(ret_base, 53, 6);
      Phi ret = new PhMethod(ret_base, "add");
      ret = new PhCopy(ret);
        Phi ret_1_base = new PhMethod(rho, "x");
          ret_1_base = new PhLocated(ret_1_base, 54, 8);
        Phi ret_1 = new PhMethod(ret_1_base, "mul");
        ret_1 = new PhCopy(ret_1);
          Phi ret_1_1 = new EOorg.EOeolang.EOint(rho);
            ret_1_1 = new PhLocated(ret_1_1, 54, 14);
            ret_1_1 = new PhWith(ret_1_1, "Δ", new Data.Value(-1L));
          ret_1 = new PhWith(ret_1, 0, ret_1_1);
        ret = new PhWith(ret, 0, ret_1);
      return ret;
    })));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy