EOorg.EOeolang.EOio.EOstdin Maven / Gradle / Ivy
/*
* This file was auto-generated by eolang-maven-plugin
* on 2022-07-25T15:16:34.714Z. 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:46.016756Z by the compiler v.0.24.0.
*/
package EOorg.EOeolang.EOio;
import org.eolang.*;
//
//
//
//
//
//
//
//
@XmirObject(name = "stdin", oname = "stdin", source = "/home/r/repo/target/eo/04-pull/org/eolang/io/stdin.eo")
public final class EOstdin extends PhDefault {
public EOstdin(final Phi sigma) {
super(sigma);
this.add("next-line", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOstdin$EOnext_line(rho);
ret = new PhLocated(ret, 29, 2);
return ret;
})));
this.add("φ", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOstdin$EOφ(rho);
ret = new PhLocated(ret, 33, 2);
return ret;
})));
}
}