/* 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$java$proxies$JavaProxy$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        RubyClass singletonClass = cls.getSingletonClass();
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.java.proxies.JavaProxy$INVOKER$s$0$0$field_accessor(singletonClass, Visibility.PUBLIC, "field_accessor");
        populateMethod(javaMethod, -1, "field_accessor", true, false, org.jruby.java.proxies.JavaProxy.class, "field_accessor", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = singletonClass.putMethod(runtime, "field_accessor", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$INVOKER$s$0$0$op_aref(singletonClass, Visibility.PUBLIC, "[]");
        populateMethod(javaMethod, -1, "op_aref", true, false, org.jruby.java.proxies.JavaProxy.class, "op_aref", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = singletonClass.putMethod(runtime, "[]", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$INVOKER$s$1$0$persistent(singletonClass, Visibility.PUBLIC, "__persistent__=");
        populateMethod(javaMethod, 1, "persistent", true, false, org.jruby.java.proxies.JavaProxy.class, "persistent", org.jruby.runtime.builtin.IRubyObject.class, ARG2);
        aliasedMethod = singletonClass.putMethod(runtime, "__persistent__=", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$INVOKER$s$0$0$field_reader(singletonClass, Visibility.PUBLIC, "field_reader");
        populateMethod(javaMethod, -1, "field_reader", true, false, org.jruby.java.proxies.JavaProxy.class, "field_reader", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = singletonClass.putMethod(runtime, "field_reader", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$INVOKER$s$0$0$persistent(singletonClass, Visibility.PUBLIC, "__persistent__");
        populateMethod(javaMethod, 0, "persistent", true, false, org.jruby.java.proxies.JavaProxy.class, "persistent", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = singletonClass.putMethod(runtime, "__persistent__", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$INVOKER$s$1$0$inherited(singletonClass, Visibility.PUBLIC, "inherited");
        populateMethod(javaMethod, 1, "inherited", true, false, org.jruby.java.proxies.JavaProxy.class, "inherited", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = singletonClass.putMethod(runtime, "inherited", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$INVOKER$s$0$0$field_writer(singletonClass, Visibility.PUBLIC, "field_writer");
        populateMethod(javaMethod, -1, "field_writer", true, false, org.jruby.java.proxies.JavaProxy.class, "field_writer", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = singletonClass.putMethod(runtime, "field_writer", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$INVOKER$s$1$0$new_array(singletonClass, Visibility.PUBLIC, "new_array");
        populateMethod(javaMethod, 1, "new_array", true, false, org.jruby.java.proxies.JavaProxy.class, "new_array", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = singletonClass.putMethod(runtime, "new_array", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$INVOKER$s$0$0$singleton_class(singletonClass, Visibility.PUBLIC, "singleton_class");
        populateMethod(javaMethod, 0, "singleton_class", true, false, org.jruby.java.proxies.JavaProxy.class, "singleton_class", org.jruby.RubyClass.class, ARG1);
        aliasedMethod = singletonClass.putMethod(runtime, "singleton_class", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$INVOKER$i$1$0$marshal_load(cls, Visibility.PUBLIC, "marshal_load");
        populateMethod(javaMethod, 1, "marshal_load", false, false, org.jruby.java.proxies.JavaProxy.class, "marshal_load", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "marshal_load", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$INVOKER$i$1$0$equal_p(cls, Visibility.PUBLIC, "equal?");
        populateMethod(javaMethod, 1, "equal_p", false, false, org.jruby.java.proxies.JavaProxy.class, "equal_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "equal?", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$INVOKER$i$0$0$marshal_dump(cls, Visibility.PUBLIC, "marshal_dump");
        populateMethod(javaMethod, 0, "marshal_dump", false, false, org.jruby.java.proxies.JavaProxy.class, "marshal_dump", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "marshal_dump", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$INVOKER$i$java_method(cls, Visibility.PUBLIC, "java_method");
        populateMethod(javaMethod, -1, "java_method", false, false, org.jruby.java.proxies.JavaProxy.class, "java_method", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "java_method", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$INVOKER$i$java_send(cls, Visibility.PUBLIC, "java_send");
        populateMethod(javaMethod, -1, "java_send", false, false, org.jruby.java.proxies.JavaProxy.class, "java_send", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "java_send", javaMethod);

        runtime.addBoundMethods("org.jruby.java.proxies.JavaProxy", "op_aref", "[]", "equal_p", "equal?", "persistent", "__persistent__=", "persistent", "__persistent__", "field_accessor", "field_accessor", "field_reader", "field_reader", "inherited", "inherited", "field_writer", "field_writer", "new_array", "new_array", "singleton_class", "singleton_class", "marshal_load", "marshal_load", "marshal_dump", "marshal_dump", "java_method", "java_method", "java_send", "java_send");
    }
    static {
    }
}