return factory.getBlockCallback19(closureMethod, file, line, scriptObject);
}
public static byte[] createBlockCallbackOffline(String classPath, String closureMethod, String file, int line) {
MethodFactory factory = MethodFactory.createFactory(RuntimeHelpers.class.getClassLoader());
return factory.getBlockCallbackOffline(closureMethod, file, line, classPath);
}