EOorg.EOeolang.EOchar$EOas_string Maven / Gradle / Ivy
/*
* This file was auto-generated by eolang-maven-plugin
* on 2022-05-18T09:52:48.519Z. 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.837587Z by the compiler v.0.22.2.
*/
package EOorg.EOeolang;
import org.eolang.*;
//
//
// %c
//
//
//
//
//
//
@XmirObject(name = "char$as-string", oname = "as-string", source = "/home/r/repo/target/eo/04-pull/org/eolang/char.eo")
public final class EOchar$EOas_string extends PhDefault {
public EOchar$EOas_string(final Phi sigma) {
super(sigma);
this.add("φ", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOorg.EOeolang.EOtxt.EOsprintf(rho);
ret = new PhLocated(ret, 39, 4);
ret = new PhCopy(ret);
Phi ret_1 = new EOorg.EOeolang.EOstring(rho);
ret_1 = new PhLocated(ret_1, 39, 12);
ret_1 = new PhWith(ret_1, "Δ", new Data.Value("%c"));
Phi ret_2 = new PhMethod(rho, "ρ");
ret_2 = new PhLocated(ret_2, 39, 17);
ret = new PhWith(ret, 0, ret_1);
ret = new PhWith(ret, 1, ret_2);
return ret;
})));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy