EOorg.EOeolang.EOswitch$EOt1$EOa2 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:33.903Z. 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.780054Z by the compiler v.0.24.0.
*/
package EOorg.EOeolang;
import org.eolang.*;
//
// switch cases are empty
//
//
//
@XmirObject(name = "switch$t1$a2", oname = "switch$t1$a2", source = "/home/r/repo/target/eo/04-pull/org/eolang/switch.eo")
public final class EOswitch$EOt1$EOa2 extends PhDefault {
public EOswitch$EOt1$EOa2(final Phi sigma) {
super(sigma);
this.add("msg", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOorg.EOeolang.EOstring(Phi.Φ);
ret = new PhLocated(ret, 66, 6);
ret = new PhWith(ret, "Δ", new Data.Value("switch cases are empty"));
return ret;
})));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy