EOorg.EOeolang.EOheap$EOpointer$EOsub Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eo-math Show documentation
Show all versions of eo-math Show documentation
Math Primitives for EO Programming Language
/*
* This file was auto-generated by eolang-maven-plugin
* on 2022-07-15T10:40:32.909Z. Don't edit it,
* your changes will be discarded on the next build.
*
* The EO sources were compiled to XMIR on
* 2022-07-15T10:39:57.756178Z by the compiler v.0.24.0.
*/
package EOorg.EOeolang;
import org.eolang.*;
//
//
//
//
//
//
// -1
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "heap$pointer$sub", oname = "sub", source = "/home/r/repo/target/eo/04-pull/org/eolang/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, 55, 6);
Phi ret = new PhMethod(ret_base, "add");
ret = new PhLocated(ret, 55, 7);
ret = new PhCopy(ret);
Phi ret_1_base = new PhMethod(rho, "x");
ret_1_base = new PhLocated(ret_1_base, 56, 8);
Phi ret_1 = new PhMethod(ret_1_base, "times");
ret_1 = new PhLocated(ret_1, 56, 9);
ret_1 = new PhCopy(ret_1);
Phi ret_1_1 = new EOorg.EOeolang.EOint(Phi.Φ);
ret_1_1 = new PhLocated(ret_1_1, 56, 16);
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 - 2025 Weber Informatics LLC | Privacy Policy