Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
EOorg.EOeolang.EObytes 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.*;
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "bytes", oname = "bytes", source = "/home/r/repo/target/eo/04-pull/org/eolang/bytes.eo")
public final class EObytes extends PhDefault {
public EObytes(final Phi sigma) {
super(sigma);
this.add("Δ", new AtFree());
this.add("eq", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOeq(rho);
ret = new PhLocated(ret, 32, 2);
return ret;
})));
this.add("size", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOsize(rho);
ret = new PhLocated(ret, 35, 2);
return ret;
})));
this.add("slice", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOslice(rho);
ret = new PhLocated(ret, 38, 2);
return ret;
})));
this.add("as-string", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOas_string(rho);
ret = new PhLocated(ret, 41, 2);
return ret;
})));
this.add("as-int", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOas_int(rho);
ret = new PhLocated(ret, 44, 2);
return ret;
})));
this.add("as-float", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOas_float(rho);
ret = new PhLocated(ret, 49, 2);
return ret;
})));
this.add("and", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOand(rho);
ret = new PhLocated(ret, 54, 2);
return ret;
})));
this.add("or", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOor(rho);
ret = new PhLocated(ret, 57, 2);
return ret;
})));
this.add("xor", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOxor(rho);
ret = new PhLocated(ret, 60, 2);
return ret;
})));
this.add("not", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOnot(rho);
ret = new PhLocated(ret, 63, 2);
return ret;
})));
this.add("left", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOleft(rho);
ret = new PhLocated(ret, 66, 2);
return ret;
})));
this.add("right", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOright(rho);
ret = new PhLocated(ret, 69, 2);
return ret;
})));
this.add("as-bool", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOas_bool(rho);
ret = new PhLocated(ret, 72, 2);
return ret;
})));
this.add("as-bytes", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOas_bytes(rho);
ret = new PhLocated(ret, 76, 2);
return ret;
})));
this.add("as-hash", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOas_hash(rho);
ret = new PhLocated(ret, 80, 2);
return ret;
})));
this.add("concat", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EObytes$EOconcat(rho);
ret = new PhLocated(ret, 93, 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);
}
}