public class org.finos.legend.pure.runtime.java.interpreted.function.base.lang.TestMutateAdd extends org.finos.legend.pure.m.tests.function.base.lang.AbstractTestMutateAdd
{
public void <init>()
{
org.finos.legend.pure.runtime.java.interpreted.function.base.lang.TestMutateAdd v;
v := @this: org.finos.legend.pure.runtime.java.interpreted.function.base.lang.TestMutateAdd;
specialinvoke v.<org.finos.legend.pure.m.tests.function.base.lang.AbstractTestMutateAdd: void <init>()>();
return;
}
public static void setUp()
{
org.finos.legend.pure.m.execution.FunctionExecution v;
v = staticinvoke <org.finos.legend.pure.runtime.java.interpreted.function.base.lang.TestMutateAdd: org.finos.legend.pure.m.execution.FunctionExecution getFunctionExecution()>();
staticinvoke <org.finos.legend.pure.runtime.java.interpreted.function.base.lang.TestMutateAdd: void setUpRuntime(org.finos.legend.pure.m.execution.FunctionExecution)>(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;
}
}