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$JavaInterfaceTemplate$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.JavaInterfaceTemplate$INVOKER$s$0$0$impl(cls, Visibility.PUBLIC, "impl");
populateMethod(javaMethod, -1, "impl", true, false, org.jruby.java.proxies.JavaInterfaceTemplate.class, "impl", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY_BLOCK);
aliasedMethod = cls.putMethod(runtime, "impl", javaMethod);
javaMethod = new org.jruby.java.proxies.JavaInterfaceTemplate$INVOKER$s$0$0$op_aref(cls, Visibility.PUBLIC, "[]");
populateMethod(javaMethod, -1, "op_aref", true, false, org.jruby.java.proxies.JavaInterfaceTemplate.class, "op_aref", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
aliasedMethod = cls.putMethod(runtime, "[]", javaMethod);
javaMethod = new org.jruby.java.proxies.JavaInterfaceTemplate$INVOKER$s$1$0$extended(cls, Visibility.PUBLIC, "extended");
populateMethod(javaMethod, 1, "extended", true, false, org.jruby.java.proxies.JavaInterfaceTemplate.class, "extended", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "extended", javaMethod);
javaMethod = new org.jruby.java.proxies.JavaInterfaceTemplate$INVOKER$s$1$0$implement(cls, Visibility.PRIVATE, "implement");
populateMethod(javaMethod, 1, "implement", true, false, org.jruby.java.proxies.JavaInterfaceTemplate.class, "implement", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "implement", javaMethod);
javaMethod = new org.jruby.java.proxies.JavaInterfaceTemplate$INVOKER$s$1$0$append_features(cls, Visibility.PUBLIC, "append_features");
populateMethod(javaMethod, 1, "append_features", true, false, org.jruby.java.proxies.JavaInterfaceTemplate.class, "append_features", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2_BLOCK);
aliasedMethod = cls.putMethod(runtime, "append_features", javaMethod);
runtime.addBoundMethods("org.jruby.java.proxies.JavaInterfaceTemplate", "impl", "impl", "op_aref", "[]", "extended", "extended", "implement", "implement", "append_features", "append_features");
}
static {
}
}