/* 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$RubyEnumerator$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.RubyEnumerator$INVOKER$s$0$2$__from(singletonClass, Visibility.PRIVATE, "__from");
        populateMethod(javaMethod, -1, "__from", true, false, org.jruby.RubyEnumerator.class, "__from", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = singletonClass.putMethod(runtime, "__from", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$0$0$each_entry(cls, Visibility.PUBLIC, "each_entry");
        populateMethod(javaMethod, -1, "each_entry", false, false, org.jruby.RubyEnumerator.class, "each_entry", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_ARY_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "each_entry", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$1$0$each_slice(cls, Visibility.PUBLIC, "each_slice");
        populateMethod(javaMethod, 1, "each_slice", false, false, org.jruby.RubyEnumerator.class, "each_slice", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "each_slice", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$1$0$each_cons(cls, Visibility.PUBLIC, "each_cons");
        populateMethod(javaMethod, 1, "each_cons", false, false, org.jruby.RubyEnumerator.class, "each_cons", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "each_cons", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$with_index(cls, Visibility.PUBLIC, "with_index");
        populateMethod(javaMethod, -1, "with_index", false, false, org.jruby.RubyEnumerator.class, "with_index", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "with_index", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$1$0$with_object(cls, Visibility.PUBLIC, "with_object");
        populateMethod(javaMethod, 1, "with_object", false, false, org.jruby.RubyEnumerator.class, "with_object", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "with_object", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$0$0$inspect19(cls, Visibility.PUBLIC, "inspect");
        populateMethod(javaMethod, 0, "inspect19", false, false, org.jruby.RubyEnumerator.class, "inspect19", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$initialize(cls, Visibility.PRIVATE, "initialize");
        populateMethod(javaMethod, -1, "initialize", false, false, org.jruby.RubyEnumerator.class, "initialize", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "initialize", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$each(cls, Visibility.PUBLIC, "each");
        populateMethod(javaMethod, -1, "each", false, false, org.jruby.RubyEnumerator.class, "each", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "each", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$1$0$each_with_object(cls, Visibility.PUBLIC, "each_with_object");
        populateMethod(javaMethod, 1, "each_with_object", false, false, org.jruby.RubyEnumerator.class, "each_with_object", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "each_with_object", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$0$0$dup(cls, Visibility.PUBLIC, "dup");
        populateMethod(javaMethod, 0, "dup", false, false, org.jruby.RubyEnumerator.class, "dup", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "dup", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$0$0$size(cls, Visibility.PUBLIC, "size");
        populateMethod(javaMethod, 0, "size", false, false, org.jruby.RubyEnumerator.class, "size", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "size", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$0$0$each_with_index(cls, Visibility.PUBLIC, "each_with_index");
        populateMethod(javaMethod, 0, "each_with_index", false, false, org.jruby.RubyEnumerator.class, "each_with_index", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "each_with_index", javaMethod);

        runtime.addBoundMethods("org.jruby.RubyEnumerator", "each_slice", "each_slice", "each_cons", "each_cons", "with_index", "with_index", "inspect19", "inspect", "initialize", "initialize", "__from", "__from", "dup", "dup", "each_entry", "each_entry", "with_object", "with_object", "each", "each", "each_with_object", "each_with_object", "size", "size", "each_with_index", "each_with_index");
    }
    static {
    }
}