/* 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$JavaProxyReflectionObject$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.JavaProxyReflectionObject$INVOKER$i$1$0$op_eqq(cls, Visibility.PUBLIC, "==");
        populateMethod(javaMethod, 1, "op_eqq", false, false, org.jruby.javasupport.proxy.JavaProxyReflectionObject.class, "op_eqq", org.jruby.RubyBoolean.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "==", javaMethod);
        cls.putMethod(runtime, "eql?", javaMethod);
        javaMethod = new org.jruby.javasupport.proxy.JavaProxyReflectionObject$INVOKER$i$0$0$to_s(cls, Visibility.PUBLIC, "to_s");
        populateMethod(javaMethod, 0, "to_s", false, false, org.jruby.javasupport.proxy.JavaProxyReflectionObject.class, "to_s", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_s", javaMethod);
        javaMethod = new org.jruby.javasupport.proxy.JavaProxyReflectionObject$INVOKER$i$1$0$aref(cls, Visibility.PUBLIC, "[]");
        populateMethod(javaMethod, 1, "aref", false, false, org.jruby.javasupport.proxy.JavaProxyReflectionObject.class, "aref", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "[]", javaMethod);
        javaMethod = new org.jruby.javasupport.proxy.JavaProxyReflectionObject$INVOKER$i$0$0$is_java_proxy(cls, Visibility.PUBLIC, "java_proxy?");
        populateMethod(javaMethod, 0, "is_java_proxy", false, false, org.jruby.javasupport.proxy.JavaProxyReflectionObject.class, "is_java_proxy", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "java_proxy?", javaMethod);
        javaMethod = new org.jruby.javasupport.proxy.JavaProxyReflectionObject$INVOKER$i$1$0$op_equal(cls, Visibility.PUBLIC, "equal?");
        populateMethod(javaMethod, 1, "op_equal", false, false, org.jruby.javasupport.proxy.JavaProxyReflectionObject.class, "op_equal", org.jruby.RubyBoolean.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "equal?", javaMethod);
        javaMethod = new org.jruby.javasupport.proxy.JavaProxyReflectionObject$INVOKER$i$0$0$length(cls, Visibility.PUBLIC, "length");
        populateMethod(javaMethod, 0, "length", false, false, org.jruby.javasupport.proxy.JavaProxyReflectionObject.class, "length", org.jruby.RubyFixnum.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "length", javaMethod);
        javaMethod = new org.jruby.javasupport.proxy.JavaProxyReflectionObject$INVOKER$i$2$0$aset(cls, Visibility.PUBLIC, "[]=");
        populateMethod(javaMethod, 2, "aset", false, false, org.jruby.javasupport.proxy.JavaProxyReflectionObject.class, "aset", org.jruby.runtime.builtin.IRubyObject.class, ARG2);
        aliasedMethod = cls.putMethod(runtime, "[]=", javaMethod);
        javaMethod = new org.jruby.javasupport.proxy.JavaProxyReflectionObject$INVOKER$i$0$0$java_type(cls, Visibility.PUBLIC, "java_type");
        populateMethod(javaMethod, 0, "java_type", false, false, org.jruby.javasupport.proxy.JavaProxyReflectionObject.class, "java_type", org.jruby.RubyString.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "java_type", javaMethod);
        javaMethod = new org.jruby.javasupport.proxy.JavaProxyReflectionObject$INVOKER$i$0$0$java_class(cls, Visibility.PUBLIC, "java_class");
        populateMethod(javaMethod, 0, "java_class", false, false, org.jruby.javasupport.proxy.JavaProxyReflectionObject.class, "java_class", org.jruby.javasupport.JavaClass.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "java_class", javaMethod);
        javaMethod = new org.jruby.javasupport.proxy.JavaProxyReflectionObject$INVOKER$i$0$0$hash(cls, Visibility.PUBLIC, "hash");
        populateMethod(javaMethod, 0, "hash", false, false, org.jruby.javasupport.proxy.JavaProxyReflectionObject.class, "hash", org.jruby.RubyFixnum.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "hash", javaMethod);

        runtime.addBoundMethods("org.jruby.javasupport.proxy.JavaProxyReflectionObject", "op_eqq", "==", "aref", "[]", "is_java_proxy", "java_proxy?", "op_equal", "equal?", "aset", "[]=", "to_s", "to_s", "length", "length", "java_type", "java_type", "java_class", "java_class", "hash", "hash");
    }
    static {
    }
}