
org.eolang.maven.pre.to-java.xsl Maven / Gradle / Ivy
.
φ
.
import org.eolang.*;
@XmirObject(name = "
", oname = "
", source = "
")
public final class
extends PhDefault {
}
//
public
() {
public
(final Phi sigma) {
super(sigma);
public
(final Phi sigma) {
super(sigma);
this.add("Δ", new AtFree());
}
@Override
public int hashCode() {
return this.attr("Δ").get().hashCode();
}
@Override
public boolean equals(final Object obj) {
return this.attr("Δ").get().equals(obj);
}
this.add("
",
);
new AtFree(
)
new AtVararg(
)
new AtOnce(
new AtComposite(this, rho -> {
ret = new PhConst(ret);
return ret;
})
)
Phi[]
_a = new Phi[
];
_a
_a[
] =
;
= new PhWith(new PhCopy(
), "Δ", new Data.Value<Phi[]>(
_a));
/
* default */
Phi
=
new PhDefault() {
/
* anonymous abstract object without attributes */ };
Found more than one target of '
' at the line #
leading to
,
<
/>
at line #
; it's an internal bug
Phi
=
new
(Phi.Φ)
rho
Phi.Φ
Phi.Φ.attr("org").get().attr("eolang").get()
new PhMethod(rho, "ρ")
new PhMethod(rho, "σ")
new
(rho)
new PhMethod(
rho
, "σ")
, "
")
new PhMethod(rho, "
")
Phi.Φ
.attr("
").get()
;
= new PhUnvar(
);
_base
Phi
= new PhMethod(
_base, "
ρ
ν
");
= new PhCopy(
);
= new PhLocated(
,
,
);
=
new PhCopy(
,
);
_
= new PhWith(
,
"
"
,
_
);
= new PhWith(
, "Δ", new Data.Value<
>(
));
@Test
public void testWorks() throws java.lang.Exception {
Assertions.assertThrows(Exception.class, () -> {
});
}
Object obj = new Dataized(new
()).take();
if (obj instanceof String) {
Assertions.fail(obj.toString());
} else {
Assertions.assertTrue((Boolean) obj);
}
package
;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
/*
* This file was auto-generated by eolang-maven-plugin
* on
. Don't edit it,
* your changes will be discarded on the next build.
*
* The EO sources were compiled to XMIR on
*
by the compiler v.
.
*/
© 2015 - 2025 Weber Informatics LLC | Privacy Policy