public class org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.base.meta.TestPathToElement extends org.finos.legend.pure.m.tests.function.base.meta.AbstractTestPathToElement
{
public void <init>()
{
org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.base.meta.TestPathToElement v;
v := @this: org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.base.meta.TestPathToElement;
specialinvoke v.<org.finos.legend.pure.m.tests.function.base.meta.AbstractTestPathToElement: 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.compiled.generation.processors.support.function.base.meta.TestPathToElement: org.finos.legend.pure.m.execution.FunctionExecution getFunctionExecution()>();
v = staticinvoke <org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.base.meta.TestPathToElement: org.finos.legend.pure.m.serialization.filesystem.usercodestorage.MutableRepositoryCodeStorage getCodeStorage()>();
v = staticinvoke <org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.base.meta.TestPathToElement: org.eclipse.collections.api.tuple.Pair getExtra()>();
staticinvoke <org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.base.meta.TestPathToElement: 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.compiled.execution.FunctionExecutionCompiled v;
org.finos.legend.pure.runtime.java.compiled.execution.FunctionExecutionCompiledBuilder v;
v = new org.finos.legend.pure.runtime.java.compiled.execution.FunctionExecutionCompiledBuilder;
specialinvoke v.<org.finos.legend.pure.runtime.java.compiled.execution.FunctionExecutionCompiledBuilder: void <init>()>();
v = virtualinvoke v.<org.finos.legend.pure.runtime.java.compiled.execution.FunctionExecutionCompiledBuilder: org.finos.legend.pure.runtime.java.compiled.execution.FunctionExecutionCompiled build()>();
return v;
}
}