/* 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$InterfaceJavaProxy$JavaInterfaceExtender$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.java.proxies.InterfaceJavaProxy$JavaInterfaceExtender$INVOKER$s$1$0$initialize(cls, Visibility.PRIVATE, "initialize");
        populateMethod(javaMethod, 1, "initialize", true, false, org.jruby.java.proxies.InterfaceJavaProxy.JavaInterfaceExtender.class, "initialize", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "initialize", javaMethod);
        javaMethod = new org.jruby.java.proxies.InterfaceJavaProxy$JavaInterfaceExtender$INVOKER$s$1$0$extend_proxy(cls, Visibility.PUBLIC, "extend_proxy");
        populateMethod(javaMethod, 1, "extend_proxy", true, false, org.jruby.java.proxies.InterfaceJavaProxy.JavaInterfaceExtender.class, "extend_proxy", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = cls.putMethod(runtime, "extend_proxy", javaMethod);

        runtime.addBoundMethods("org.jruby.java.proxies.InterfaceJavaProxy.JavaInterfaceExtender", "initialize", "initialize", "extend_proxy", "extend_proxy");
    }
    static {
    }
}