EOorg.EOeolang.EOint Maven / Gradle / Ivy
/*
* This file was auto-generated by eolang-maven-plugin
* on 2022-05-18T09:52:43.464Z. Don't edit it,
* your changes will be discarded on the next build.
*
* The EO sources were compiled to XMIR on
* 2022-05-18T09:51:40.820800Z by the compiler v.0.22.2.
*/
package EOorg.EOeolang;
import org.eolang.*;
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "int", oname = "int", source = "/home/r/repo/target/eo/04-pull/org/eolang/int.eo")
public final class EOint extends PhDefault {
public EOint(final Phi sigma) {
super(sigma);
this.add("Δ", new AtFree());
this.add("eq", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOeq(rho);
ret = new PhLocated(ret, 28, 2);
return ret;
})));
this.add("neq", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOneq(rho);
ret = new PhLocated(ret, 34, 2);
return ret;
})));
this.add("less", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOless(rho);
ret = new PhLocated(ret, 38, 2);
return ret;
})));
this.add("leq", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOleq(rho);
ret = new PhLocated(ret, 44, 2);
return ret;
})));
this.add("greater", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOgreater(rho);
ret = new PhLocated(ret, 50, 2);
return ret;
})));
this.add("geq", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOgeq(rho);
ret = new PhLocated(ret, 53, 2);
return ret;
})));
this.add("neg", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOneg(rho);
ret = new PhLocated(ret, 59, 2);
return ret;
})));
this.add("add", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOadd(rho);
ret = new PhLocated(ret, 63, 2);
return ret;
})));
this.add("sub", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOsub(rho);
ret = new PhLocated(ret, 66, 2);
return ret;
})));
this.add("mul", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOmul(rho);
ret = new PhLocated(ret, 70, 2);
return ret;
})));
this.add("div", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOdiv(rho);
ret = new PhLocated(ret, 73, 2);
return ret;
})));
this.add("mod", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOmod(rho);
ret = new PhLocated(ret, 76, 2);
return ret;
})));
this.add("pow", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOpow(rho);
ret = new PhLocated(ret, 79, 2);
return ret;
})));
this.add("as-float", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOas_float(rho);
ret = new PhLocated(ret, 82, 2);
return ret;
})));
this.add("as-string", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOas_string(rho);
ret = new PhLocated(ret, 85, 2);
return ret;
})));
this.add("as-bytes", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOas_bytes(rho);
ret = new PhLocated(ret, 88, 2);
return ret;
})));
this.add("abs", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOint$EOabs(rho);
ret = new PhLocated(ret, 91, 2);
return ret;
})));
}
@Override
public int hashCode() {
return this.attr("Δ").get().hashCode();
}
@Override
public boolean equals(final Object obj) {
return this.attr("Δ").get().equals(obj);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy