public class org.finos.legend.pure.runtime.java.interpreted.function.base.lang.TestCast extends org.finos.legend.pure.m.tests.function.base.lang.AbstractTestCast
{
public void <init>()
{
org.finos.legend.pure.runtime.java.interpreted.function.base.lang.TestCast v;
v := @this: org.finos.legend.pure.runtime.java.interpreted.function.base.lang.TestCast;
specialinvoke v.<org.finos.legend.pure.m.tests.function.base.lang.AbstractTestCast: void <init>()>();
return;
}
public static void setUp()
{
org.eclipse.collections.api.tuple.Pair v;
org.finos.legend.pure.m.serialization.filesystem.usercodestorage.MutableRepositoryCodeStorage v;
org.finos.legend.pure.m.execution.FunctionExecution v;
v = staticinvoke <org.finos.legend.pure.runtime.java.interpreted.function.base.lang.TestCast: org.finos.legend.pure.m.execution.FunctionExecution getFunctionExecution()>();
v = staticinvoke <org.finos.legend.pure.runtime.java.interpreted.function.base.lang.TestCast: org.finos.legend.pure.m.serialization.filesystem.usercodestorage.MutableRepositoryCodeStorage getCodeStorage()>();
v = staticinvoke <org.finos.legend.pure.runtime.java.interpreted.function.base.lang.TestCast: org.eclipse.collections.api.tuple.Pair getExtra()>();
staticinvoke <org.finos.legend.pure.runtime.java.interpreted.function.base.lang.TestCast: void setUpRuntime(org.finos.legend.pure.m.execution.FunctionExecution,org.finos.legend.pure.m.serialization.filesystem.usercodestorage.MutableRepositoryCodeStorage,org.eclipse.collections.api.tuple.Pair)>(v, v, v);
return;
}
protected static org.finos.legend.pure.m.execution.FunctionExecution getFunctionExecution()
{
org.finos.legend.pure.runtime.java.interpreted.FunctionExecutionInterpreted v;
v = new org.finos.legend.pure.runtime.java.interpreted.FunctionExecutionInterpreted;
specialinvoke v.<org.finos.legend.pure.runtime.java.interpreted.FunctionExecutionInterpreted: void <init>()>();
return v;
}
}