EOorg.EOeolang.EOhamcrest.EOassert_that$EOnot$EOmatch Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eo-hamcrest Show documentation
Show all versions of eo-hamcrest Show documentation
Hamcrest matchers for EOLANG
/*
* This file was auto-generated by eolang-maven-plugin
* on 2022-05-18T09:52:40.74Z. Don't edit it,
* your changes will be discarded on the next build.
*
* The EO sources were compiled to XMIR on
* 2022-05-18T09:51:34.536900Z by the compiler v.0.22.2.
*/
package EOorg.EOeolang.EOhamcrest;
import org.eolang.*;
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "assert-that$not$match", oname = "match", source = "/home/r/repo/src/main/eo/org/eolang/hamcrest/assert-that.eo")
public final class EOassert_that$EOnot$EOmatch extends PhDefault {
public EOassert_that$EOnot$EOmatch(final Phi sigma) {
super(sigma);
this.add("a", new AtFree(/* default */));
this.add("φ", new AtOnce(new AtComposite(this, rho -> {
Phi ret_base_base = new PhMethod(new PhMethod(rho, "σ"), "matcher");
ret_base_base = new PhLocated(ret_base_base, 67, 8);
Phi ret_base = new PhMethod(ret_base_base, "match");
ret_base = new PhCopy(ret_base);
Phi ret_base_1 = new PhMethod(rho, "a");
ret_base_1 = new PhLocated(ret_base_1, 67, 22);
ret_base = new PhWith(ret_base, 0, ret_base_1);
Phi ret = new PhMethod(ret_base, "not");
ret = new PhLocated(ret, 66, 6);
return ret;
})));
}
}