public class org.finos.legend.pure.runtime.java.extension.external.json.compiled.natives.Escape extends org.finos.legend.pure.runtime.java.compiled.generation.processors.natives.AbstractNativeFunctionGeneric
{
public void <init>()
{
org.finos.legend.pure.runtime.java.extension.external.json.compiled.natives.Escape v;
java.lang.String[] v;
java.lang.reflect.Method v;
v := @this: org.finos.legend.pure.runtime.java.extension.external.json.compiled.natives.Escape;
v = staticinvoke <org.finos.legend.pure.runtime.java.compiled.generation.processors.natives.AbstractNativeFunctionGeneric: java.lang.reflect.Method getMethod(java.lang.Class,java.lang.String)>(class "Lorg/finos/legend/pure/runtime/java/compiled/generation/processors/support/CompiledSupport;", "escapeJSON");
v = newarray (java.lang.String)[1];
v[0] = "escape_String_1__String_1_";
specialinvoke v.<org.finos.legend.pure.runtime.java.compiled.generation.processors.natives.AbstractNativeFunctionGeneric: void <init>(java.lang.reflect.Method,java.lang.String[])>(v, v);
return;
}
}