EOorg.EOeolang.EObytes$EOas_bool 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.*;
//
//
//
// 01
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "bytes$as-bool", oname = "as-bool", source = "/home/r/repo/target/eo/04-pull/org/eolang/bytes.eo")
public final class EObytes$EOas_bool extends PhDefault {
public EObytes$EOas_bool(final Phi sigma) {
super(sigma);
this.add("φ", new AtOnce(new AtComposite(this, rho -> {
Phi ret_base = new PhMethod(rho, "ρ");
ret_base = new PhLocated(ret_base, 74, 4);
Phi ret = new PhMethod(ret_base, "eq");
ret = new PhLocated(ret, 74, 5);
ret = new PhCopy(ret);
Phi ret_1 = new EObytes(Phi.Φ);
ret_1 = new PhLocated(ret_1, 74, 9);
ret_1 = new PhWith(ret_1, "Δ", new Data.Value(new byte[] {(byte) 0x01}));
ret = new PhWith(ret, 0, ret_1);
return ret;
})));
}
}