package org.jruby.gen;
import org.jruby.Ruby;
import org.jruby.RubyModule;
import org.jruby.RubyClass;
import org.jruby.anno.TypePopulator;
import org.jruby.internal.runtime.methods.JavaMethod;
import org.jruby.internal.runtime.methods.DynamicMethod;
import org.jruby.runtime.Arity;
import org.jruby.runtime.Visibility;
import org.jruby.runtime.MethodIndex;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Generated;
@Generated("org.jruby.anno.AnnotationBinder")
@SuppressWarnings("deprecation")
public class org$jruby$java$addons$ArrayJavaAddons$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod, aliasedMethod;
Ruby runtime = cls.getRuntime();
javaMethod = new org.jruby.java.addons.ArrayJavaAddons$INVOKER$s$copy_data(cls, Visibility.PUBLIC, "copy_data");
populateMethod(javaMethod, -1, "copy_data", true, false, org.jruby.java.addons.ArrayJavaAddons.class, "copy_data", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG3);
aliasedMethod = cls.putMethod(runtime, "copy_data", javaMethod);
javaMethod = new org.jruby.java.addons.ArrayJavaAddons$INVOKER$s$dimensions(cls, Visibility.PUBLIC, "dimensions");
populateMethod(javaMethod, -1, "dimensions", true, false, org.jruby.java.addons.ArrayJavaAddons.class, "dimensions", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "dimensions", javaMethod);
runtime.addBoundMethods("org.jruby.java.addons.ArrayJavaAddons", "copy_data", "copy_data", "dimensions", "dimensions");
}
static {
}
}