/* 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$ext$JavaLangReflect$Method$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$final_p(cls, Visibility.PUBLIC, "final?");
        populateMethod(javaMethod, 0, "final_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "final_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "final?", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$protected_p(cls, Visibility.PUBLIC, "protected?");
        populateMethod(javaMethod, 0, "protected_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "protected_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "protected?", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$return_type(cls, Visibility.PUBLIC, "return_type");
        populateMethod(javaMethod, 0, "return_type", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "return_type", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "return_type", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$abstract_p(cls, Visibility.PUBLIC, "abstract?");
        populateMethod(javaMethod, 0, "abstract_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "abstract_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "abstract?", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$static_p(cls, Visibility.PUBLIC, "static?");
        populateMethod(javaMethod, 0, "static_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "static_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "static?", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$invoke_static(cls, Visibility.PUBLIC, "invoke_static");
        populateMethod(javaMethod, -1, "invoke_static", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "invoke_static", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "invoke_static", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$public_p(cls, Visibility.PUBLIC, "public?");
        populateMethod(javaMethod, 0, "public_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "public_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "public?", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$argument_types(cls, Visibility.PUBLIC, "argument_types");
        populateMethod(javaMethod, 0, "argument_types", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "argument_types", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "argument_types", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
        populateMethod(javaMethod, 0, "inspect", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "inspect", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$private_p(cls, Visibility.PUBLIC, "private?");
        populateMethod(javaMethod, 0, "private_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "private_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "private?", javaMethod);

        runtime.addBoundMethods("org.jruby.javasupport.ext.JavaLangReflect.Method", "final_p", "final?", "protected_p", "protected?", "abstract_p", "abstract?", "static_p", "static?", "public_p", "public?", "private_p", "private?", "return_type", "return_type", "invoke_static", "invoke_static", "argument_types", "argument_types", "inspect", "inspect");
    }
    static {
    }
}