EOorg.EOeolang.EOcollections.EOlist$EOas_array Maven / Gradle / Ivy
/*
* This file was auto-generated by eolang-maven-plugin
* on 2022-07-25T15:16:21.675Z. Don't edit it,
* your changes will be discarded on the next build.
*
* The EO sources were compiled to XMIR on
* 2022-07-25T15:14:48.537700Z by the compiler v.0.24.0.
*/
package EOorg.EOeolang.EOcollections;
import org.eolang.*;
//
//
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "list$as-array", oname = "as-array", source = "/home/r/repo/target/eo/04-pull/org/eolang/collections/list.eo")
public final class EOlist$EOas_array extends PhDefault {
public EOlist$EOas_array(final Phi sigma) {
super(sigma);
this.add("φ", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new PhMethod(new PhMethod(rho, "σ"), "arr");
ret = new PhLocated(ret, 65, 4);
return ret;
})));
}
}