public class org.finos.legend.engine.external.language.java.runtime.compiler.interpreted.JavaRuntimeCompilerInterpretedExtension extends org.finos.legend.pure.runtime.java.interpreted.extension.BaseInterpretedExtension
{
public void <init>()
{
org.finos.legend.engine.external.language.java.runtime.compiler.interpreted.JavaRuntimeCompilerInterpretedExtension v;
org.eclipse.collections.api.block.function.Function v, v;
org.eclipse.collections.api.list.FixedSizeList v;
org.eclipse.collections.api.tuple.Pair v, v;
org.eclipse.collections.api.factory.list.FixedSizeListFactory v;
v := @this: org.finos.legend.engine.external.language.java.runtime.compiler.interpreted.JavaRuntimeCompilerInterpretedExtension;
v = <org.eclipse.collections.api.factory.Lists: org.eclipse.collections.api.factory.list.FixedSizeListFactory fixedSize>;
v = staticinvoke <org.finos.legend.engine.external.language.java.runtime.compiler.interpreted.JavaRuntimeCompilerInterpretedExtension$init__1: org.eclipse.collections.api.block.function.Function bootstrap$()>();
v = staticinvoke <org.eclipse.collections.impl.tuple.Tuples: org.eclipse.collections.api.tuple.Pair pair(java.lang.Object,java.lang.Object)>("compileJava_JavaSource_MANY__CompilationConfiguration_$0_1$__CompilationResult_1_", v);
v = staticinvoke <org.finos.legend.engine.external.language.java.runtime.compiler.interpreted.JavaRuntimeCompilerInterpretedExtension$init__2: org.eclipse.collections.api.block.function.Function bootstrap$()>();
v = staticinvoke <org.eclipse.collections.impl.tuple.Tuples: org.eclipse.collections.api.tuple.Pair pair(java.lang.Object,java.lang.Object)>("compileAndExecuteJava_JavaSource_MANY__CompilationConfiguration_$0_1$__ExecutionConfiguration_1__CompileAndExecuteResult_1_", v);
v = interfaceinvoke v.<org.eclipse.collections.api.factory.list.FixedSizeListFactory: org.eclipse.collections.api.list.FixedSizeList 'with'(java.lang.Object,java.lang.Object)>(v, v);
specialinvoke v.<org.finos.legend.pure.runtime.java.interpreted.extension.BaseInterpretedExtension: void <init>(org.eclipse.collections.api.list.MutableList)>(v);
return;
}
public static org.finos.legend.pure.runtime.java.interpreted.extension.InterpretedExtension extension()
{
org.finos.legend.engine.external.language.java.runtime.compiler.interpreted.JavaRuntimeCompilerInterpretedExtension v;
v = new org.finos.legend.engine.external.language.java.runtime.compiler.interpreted.JavaRuntimeCompilerInterpretedExtension;
specialinvoke v.<org.finos.legend.engine.external.language.java.runtime.compiler.interpreted.JavaRuntimeCompilerInterpretedExtension: void <init>()>();
return v;
}
}