/* 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$ClassMethods$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$ClassMethods$INVOKER$s$java_method(singletonClass, Visibility.PUBLIC, "java_method");
        populateMethod(javaMethod, -1, "java_method", true, false, org.jruby.java.proxies.JavaProxy.ClassMethods.class, "java_method", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = singletonClass.putMethod(runtime, "java_method", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$ClassMethods$INVOKER$s$java_alias(singletonClass, Visibility.PRIVATE, "java_alias");
        populateMethod(javaMethod, -1, "java_alias", true, false, org.jruby.java.proxies.JavaProxy.ClassMethods.class, "java_alias", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG3);
        aliasedMethod = singletonClass.putMethod(runtime, "java_alias", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$ClassMethods$INVOKER$s$1$0$const_missing(singletonClass, Visibility.PRIVATE, "const_missing");
        populateMethod(javaMethod, 1, "const_missing", true, false, org.jruby.java.proxies.JavaProxy.ClassMethods.class, "const_missing", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = singletonClass.putMethod(runtime, "const_missing", javaMethod);
        javaMethod = new org.jruby.java.proxies.JavaProxy$ClassMethods$INVOKER$s$java_send(singletonClass, Visibility.PUBLIC, "java_send");
        populateMethod(javaMethod, -1, "java_send", true, false, org.jruby.java.proxies.JavaProxy.ClassMethods.class, "java_send", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = singletonClass.putMethod(runtime, "java_send", javaMethod);

        runtime.addBoundMethods("org.jruby.java.proxies.JavaProxy.ClassMethods", "const_missing", "const_missing", "java_method", "java_method", "java_alias", "java_alias", "java_send", "java_send");
    }
    static {
    }
}