public class org.finos.legend.pure.runtime.java.interpreted.function.base.string.TestDecodeUrl extends org.finos.legend.pure.m.tests.function.base.string.AbstractTestDecodeUrl
{
public void <init>()
{
org.finos.legend.pure.runtime.java.interpreted.function.base.string.TestDecodeUrl v;
v := @this: org.finos.legend.pure.runtime.java.interpreted.function.base.string.TestDecodeUrl;
specialinvoke v.<org.finos.legend.pure.m.tests.function.base.string.AbstractTestDecodeUrl: 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.string.TestDecodeUrl: org.finos.legend.pure.m.execution.FunctionExecution getFunctionExecution()>();
staticinvoke <org.finos.legend.pure.runtime.java.interpreted.function.base.string.TestDecodeUrl: void setUpRuntime(org.finos.legend.pure.m.execution.FunctionExecution)>(v);
return;
}
public void cleanRuntime()
{
org.finos.legend.pure.runtime.java.interpreted.function.base.string.TestDecodeUrl v;
org.finos.legend.pure.m.serialization.runtime.PureRuntime v, v;
v := @this: org.finos.legend.pure.runtime.java.interpreted.function.base.string.TestDecodeUrl;
v = <org.finos.legend.pure.runtime.java.interpreted.function.base.string.TestDecodeUrl: org.finos.legend.pure.m.serialization.runtime.PureRuntime runtime>;
virtualinvoke v.<org.finos.legend.pure.m.serialization.runtime.PureRuntime: void delete(java.lang.String)>("fromString.pure");
v = <org.finos.legend.pure.runtime.java.interpreted.function.base.string.TestDecodeUrl: org.finos.legend.pure.m.serialization.runtime.PureRuntime runtime>;
virtualinvoke v.<org.finos.legend.pure.m.serialization.runtime.PureRuntime: org.finos.legend.pure.m.SourceMutation compile()>();
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;
}
}