/* 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$FeedValue$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.RubyEnumerator$FeedValue$INVOKER$i$0$0$value(cls, Visibility.PUBLIC, "value");
        populateMethod(javaMethod, 0, "value", false, false, org.jruby.RubyEnumerator.FeedValue.class, "value", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "value", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$FeedValue$INVOKER$i$0$0$use_value(cls, Visibility.PUBLIC, "use_value");
        populateMethod(javaMethod, 0, "use_value", false, false, org.jruby.RubyEnumerator.FeedValue.class, "use_value", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "use_value", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$FeedValue$INVOKER$i$1$0$set_value(cls, Visibility.PUBLIC, "value=");
        populateMethod(javaMethod, 1, "set_value", false, false, org.jruby.RubyEnumerator.FeedValue.class, "set_value", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "value=", javaMethod);

        runtime.addBoundMethods("org.jruby.RubyEnumerator.FeedValue", "set_value", "value=", "value", "value", "use_value", "use_value");
    }
    static {
    }
}