/* 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$addons$KernelJavaAddons$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.java.addons.KernelJavaAddons$INVOKER$s$to_java(cls, Visibility.PUBLIC, "to_java");
        populateMethod(javaMethod, -1, "to_java", true, false, org.jruby.java.addons.KernelJavaAddons.class, "to_java", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "to_java", javaMethod);
        javaMethod = new org.jruby.java.addons.KernelJavaAddons$INVOKER$s$0$0$java_field(cls, Visibility.PUBLIC, "java_field");
        populateMethod(javaMethod, -1, "java_field", true, false, org.jruby.java.addons.KernelJavaAddons.class, "java_field", org.jruby.runtime.builtin.IRubyObject.class, ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "java_field", javaMethod);
        javaMethod = new org.jruby.java.addons.KernelJavaAddons$INVOKER$s$0$0$java_annotation(cls, Visibility.PUBLIC, "java_annotation");
        populateMethod(javaMethod, -1, "java_annotation", true, false, org.jruby.java.addons.KernelJavaAddons.class, "java_annotation", org.jruby.runtime.builtin.IRubyObject.class, ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "java_annotation", javaMethod);
        javaMethod = new org.jruby.java.addons.KernelJavaAddons$INVOKER$s$0$0$java_implements(cls, Visibility.PUBLIC, "java_implements");
        populateMethod(javaMethod, -1, "java_implements", true, false, org.jruby.java.addons.KernelJavaAddons.class, "java_implements", org.jruby.runtime.builtin.IRubyObject.class, ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "java_implements", javaMethod);
        javaMethod = new org.jruby.java.addons.KernelJavaAddons$INVOKER$s$0$0$java_signature(cls, Visibility.PUBLIC, "java_signature");
        populateMethod(javaMethod, -1, "java_signature", true, false, org.jruby.java.addons.KernelJavaAddons.class, "java_signature", org.jruby.runtime.builtin.IRubyObject.class, ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "java_signature", javaMethod);
        javaMethod = new org.jruby.java.addons.KernelJavaAddons$INVOKER$s$0$0$java_require(cls, Visibility.PUBLIC, "java_require");
        populateMethod(javaMethod, -1, "java_require", true, false, org.jruby.java.addons.KernelJavaAddons.class, "java_require", org.jruby.runtime.builtin.IRubyObject.class, ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "java_require", javaMethod);
        javaMethod = new org.jruby.java.addons.KernelJavaAddons$INVOKER$s$0$0$java_name(cls, Visibility.PUBLIC, "java_name");
        populateMethod(javaMethod, -1, "java_name", true, false, org.jruby.java.addons.KernelJavaAddons.class, "java_name", org.jruby.runtime.builtin.IRubyObject.class, ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "java_name", javaMethod);
        javaMethod = new org.jruby.java.addons.KernelJavaAddons$INVOKER$s$0$0$java_package(cls, Visibility.PUBLIC, "java_package");
        populateMethod(javaMethod, -1, "java_package", true, false, org.jruby.java.addons.KernelJavaAddons.class, "java_package", org.jruby.runtime.builtin.IRubyObject.class, ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "java_package", javaMethod);

        runtime.addBoundMethods("org.jruby.java.addons.KernelJavaAddons", "to_java", "to_java", "java_field", "java_field", "java_annotation", "java_annotation", "java_implements", "java_implements", "java_signature", "java_signature", "java_require", "java_require", "java_name", "java_name", "java_package", "java_package");
    }
    static {
    }
}