public final class org.apache.isis.applib.services.iactnlayer.ResultTest$hello_throwing_uncatched__32 extends java.lang.Object implements java.util.concurrent.Callable
{
org.apache.isis.applib.services.iactnlayer.ResultTest cap;
public static java.util.concurrent.Callable bootstrap$(org.apache.isis.applib.services.iactnlayer.ResultTest)
{
org.apache.isis.applib.services.iactnlayer.ResultTest v;
org.apache.isis.applib.services.iactnlayer.ResultTest$hello_throwing_uncatched__32 v;
v := @parameter: org.apache.isis.applib.services.iactnlayer.ResultTest;
v = new org.apache.isis.applib.services.iactnlayer.ResultTest$hello_throwing_uncatched__32;
specialinvoke v.<org.apache.isis.applib.services.iactnlayer.ResultTest$hello_throwing_uncatched__32: void <init>(org.apache.isis.applib.services.iactnlayer.ResultTest)>(v);
return v;
}
public void <init>(org.apache.isis.applib.services.iactnlayer.ResultTest)
{
org.apache.isis.applib.services.iactnlayer.ResultTest v;
org.apache.isis.applib.services.iactnlayer.ResultTest$hello_throwing_uncatched__32 v;
v := @this: org.apache.isis.applib.services.iactnlayer.ResultTest$hello_throwing_uncatched__32;
v := @parameter: org.apache.isis.applib.services.iactnlayer.ResultTest;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.isis.applib.services.iactnlayer.ResultTest$hello_throwing_uncatched__32: org.apache.isis.applib.services.iactnlayer.ResultTest cap0> = v;
return;
}
public java.lang.Object call()
{
org.apache.isis.applib.services.iactnlayer.ResultTest v;
java.lang.String v;
org.apache.isis.applib.services.iactnlayer.ResultTest$hello_throwing_uncatched__32 v;
v := @this: org.apache.isis.applib.services.iactnlayer.ResultTest$hello_throwing_uncatched__32;
v = v.<org.apache.isis.applib.services.iactnlayer.ResultTest$hello_throwing_uncatched__32: org.apache.isis.applib.services.iactnlayer.ResultTest cap0>;
v = virtualinvoke v.<org.apache.isis.applib.services.iactnlayer.ResultTest: java.lang.String hello_throwing_uncatched()>();
return v;
}
}