/* 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$JavaMethod$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.javasupport.JavaMethod$INVOKER$i$0$0$final_p(cls, Visibility.PUBLIC, "final?");
        populateMethod(javaMethod, 0, "final_p", false, false, org.jruby.javasupport.JavaMethod.class, "final_p", org.jruby.RubyBoolean.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "final?", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaMethod$INVOKER$i$0$0$return_type(cls, Visibility.PUBLIC, "return_type");
        populateMethod(javaMethod, 0, "return_type", false, false, org.jruby.javasupport.JavaMethod.class, "return_type", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "return_type", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaMethod$INVOKER$i$0$0$type_parameters(cls, Visibility.PUBLIC, "type_parameters");
        populateMethod(javaMethod, 0, "type_parameters", false, false, org.jruby.javasupport.JavaMethod.class, "type_parameters", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "type_parameters", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaMethod$INVOKER$i$0$0$invoke(cls, Visibility.PUBLIC, "invoke");
        populateMethod(javaMethod, -1, "invoke", false, false, org.jruby.javasupport.JavaMethod.class, "invoke", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_ARY);
        aliasedMethod = cls.putMethod(runtime, "invoke", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaMethod$INVOKER$i$0$0$static_p(cls, Visibility.PUBLIC, "static?");
        populateMethod(javaMethod, 0, "static_p", false, false, org.jruby.javasupport.JavaMethod.class, "static_p", org.jruby.RubyBoolean.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "static?", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaMethod$INVOKER$i$0$0$invoke_static(cls, Visibility.PUBLIC, "invoke_static");
        populateMethod(javaMethod, -1, "invoke_static", false, false, org.jruby.javasupport.JavaMethod.class, "invoke_static", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_ARY);
        aliasedMethod = cls.putMethod(runtime, "invoke_static", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaMethod$INVOKER$i$0$0$public_p(cls, Visibility.PUBLIC, "public?");
        populateMethod(javaMethod, 0, "public_p", false, false, org.jruby.javasupport.JavaMethod.class, "public_p", org.jruby.RubyBoolean.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "public?", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaMethod$INVOKER$i$0$0$name(cls, Visibility.PUBLIC, "name");
        populateMethod(javaMethod, 0, "name", false, false, org.jruby.javasupport.JavaMethod.class, "name", org.jruby.RubyString.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "name", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaMethod$INVOKER$i$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
        populateMethod(javaMethod, 0, "inspect", false, false, org.jruby.javasupport.JavaMethod.class, "inspect", org.jruby.RubyString.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);

        runtime.addBoundMethods("org.jruby.javasupport.JavaMethod", "final_p", "final?", "static_p", "static?", "public_p", "public?", "return_type", "return_type", "type_parameters", "type_parameters", "invoke", "invoke", "invoke_static", "invoke_static", "name", "name", "inspect", "inspect");
    }
    static {
    }
}