/* 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$JavaObject$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.javasupport.JavaObject$INVOKER$s$1$0$wrap(singletonClass, Visibility.PUBLIC, "wrap");
        populateMethod(javaMethod, 1, "wrap", true, false, org.jruby.javasupport.JavaObject.class, "wrap", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = singletonClass.putMethod(runtime, "wrap", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaObject$INVOKER$i$1$0$op_equal(cls, Visibility.PUBLIC, "==");
        populateMethod(javaMethod, 1, "op_equal", false, false, org.jruby.javasupport.JavaObject.class, "op_equal", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "==", javaMethod);
        cls.putMethod(runtime, "eql?", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaObject$INVOKER$i$0$0$to_s(cls, Visibility.PUBLIC, "to_s");
        populateMethod(javaMethod, 0, "to_s", false, false, org.jruby.javasupport.JavaObject.class, "to_s", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_s", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaObject$INVOKER$i$0$0$ruby_synchronized(cls, Visibility.PUBLIC, "synchronized");
        populateMethod(javaMethod, 0, "ruby_synchronized", false, false, org.jruby.javasupport.JavaObject.class, "ruby_synchronized", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "synchronized", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaObject$INVOKER$i$1$0$marshal_load(cls, Visibility.PUBLIC, "marshal_load");
        populateMethod(javaMethod, 1, "marshal_load", false, false, org.jruby.javasupport.JavaObject.class, "marshal_load", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "marshal_load", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaObject$INVOKER$i$0$0$is_java_proxy(cls, Visibility.PUBLIC, "java_proxy?");
        populateMethod(javaMethod, 0, "is_java_proxy", false, false, org.jruby.javasupport.JavaObject.class, "is_java_proxy", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "java_proxy?", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaObject$INVOKER$i$1$0$same(cls, Visibility.PUBLIC, "equal?");
        populateMethod(javaMethod, 1, "same", false, false, org.jruby.javasupport.JavaObject.class, "same", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "equal?", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaObject$INVOKER$i$0$0$marshal_dump(cls, Visibility.PUBLIC, "marshal_dump");
        populateMethod(javaMethod, 0, "marshal_dump", false, false, org.jruby.javasupport.JavaObject.class, "marshal_dump", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "marshal_dump", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaObject$INVOKER$i$0$0$length(cls, Visibility.PUBLIC, "length");
        populateMethod(javaMethod, 0, "length", false, false, org.jruby.javasupport.JavaObject.class, "length", org.jruby.RubyFixnum.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "length", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaObject$INVOKER$i$0$0$java_type(cls, Visibility.PUBLIC, "java_type");
        populateMethod(javaMethod, 0, "java_type", false, false, org.jruby.javasupport.JavaObject.class, "java_type", org.jruby.RubyString.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "java_type", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaObject$INVOKER$i$0$0$java_class(cls, Visibility.PUBLIC, "java_class");
        populateMethod(javaMethod, 0, "java_class", false, false, org.jruby.javasupport.JavaObject.class, "java_class", org.jruby.javasupport.JavaClass.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "java_class", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaObject$INVOKER$i$0$0$hash(cls, Visibility.PUBLIC, "hash");
        populateMethod(javaMethod, 0, "hash", false, false, org.jruby.javasupport.JavaObject.class, "hash", org.jruby.RubyFixnum.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "hash", javaMethod);

        runtime.addBoundMethods("org.jruby.javasupport.JavaObject", "op_equal", "==", "ruby_synchronized", "synchronized", "is_java_proxy", "java_proxy?", "same", "equal?", "wrap", "wrap", "to_s", "to_s", "marshal_load", "marshal_load", "marshal_dump", "marshal_dump", "length", "length", "java_type", "java_type", "java_class", "java_class", "hash", "hash");
    }
    static {
    }
}