/* THIS FILE IS GENERATED. DO NOT EDIT */
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$javasupport$proxy$JavaProxyConstructor$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.javasupport.proxy.JavaProxyConstructor$INVOKER$i$0$0$arity(cls, Visibility.PUBLIC, "arity");
        populateMethod(javaMethod, 0, "arity", false, false, org.jruby.javasupport.proxy.JavaProxyConstructor.class, "arity", org.jruby.RubyFixnum.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "arity", javaMethod);
        javaMethod = new org.jruby.javasupport.proxy.JavaProxyConstructor$INVOKER$i$0$0$new_instance2(cls, Visibility.PUBLIC, "new_instance2");
        populateMethod(javaMethod, -1, "new_instance2", false, false, org.jruby.javasupport.proxy.JavaProxyConstructor.class, "new_instance2", org.jruby.RubyObject.class, ARG0_ARY_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "new_instance2", javaMethod);
        javaMethod = new org.jruby.javasupport.proxy.JavaProxyConstructor$INVOKER$i$0$0$getDeclaringClass(cls, Visibility.PUBLIC, "declaring_class");
        populateMethod(javaMethod, 0, "getDeclaringClass", false, false, org.jruby.javasupport.proxy.JavaProxyConstructor.class, "getDeclaringClass", org.jruby.javasupport.proxy.JavaProxyClass.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "declaring_class", javaMethod);
        javaMethod = new org.jruby.javasupport.proxy.JavaProxyConstructor$INVOKER$i$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
        populateMethod(javaMethod, 0, "inspect", false, false, org.jruby.javasupport.proxy.JavaProxyConstructor.class, "inspect", org.jruby.RubyString.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);
        javaMethod = new org.jruby.javasupport.proxy.JavaProxyConstructor$INVOKER$i$0$0$argument_types(cls, Visibility.PUBLIC, "argument_types");
        populateMethod(javaMethod, 0, "argument_types", false, false, org.jruby.javasupport.proxy.JavaProxyConstructor.class, "argument_types", org.jruby.RubyArray.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "argument_types", javaMethod);
        javaMethod = new org.jruby.javasupport.proxy.JavaProxyConstructor$INVOKER$i$0$1$new_instance(cls, Visibility.PUBLIC, "new_instance");
        populateMethod(javaMethod, -1, "new_instance", false, false, org.jruby.javasupport.proxy.JavaProxyConstructor.class, "new_instance", org.jruby.RubyObject.class, ARG0_ARY_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "new_instance", javaMethod);

        runtime.addBoundMethods("org.jruby.javasupport.proxy.JavaProxyConstructor", "getDeclaringClass", "declaring_class", "arity", "arity", "new_instance2", "new_instance2", "inspect", "inspect", "argument_types", "argument_types", "new_instance", "new_instance");
    }
    static {
    }
}