EOorg.EOeolang.EOhamcrest.EOassert_that$EOless_than$EOmatch Maven / Gradle / Ivy
/*
* This file was auto-generated by eolang-maven-plugin
* on 2022-07-25T15:16:18.194Z. 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:41.001213Z by the compiler v.0.24.0.
*/
package EOorg.EOeolang.EOhamcrest;
import org.eolang.*;
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "assert-that$less-than$match", oname = "match", source = "/home/r/repo/src/main/eo/org/eolang/hamcrest/assert-that.eo")
public final class EOassert_that$EOless_than$EOmatch extends PhDefault {
public EOassert_that$EOless_than$EOmatch(final Phi sigma) {
super(sigma);
this.add("a", new AtFree(/* default */));
this.add("φ", new AtOnce(new AtComposite(this, rho -> {
Phi ret_base = new PhMethod(rho, "a");
ret_base = new PhLocated(ret_base, 183, 8);
Phi ret = new PhMethod(ret_base, "lt");
ret = new PhLocated(ret, 182, 6);
ret = new PhCopy(ret);
Phi ret_1 = new PhMethod(new PhMethod(rho, "σ"), "x");
ret_1 = new PhLocated(ret_1, 184, 8);
ret = new PhWith(ret, 0, ret_1);
return ret;
})));
}
}