All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jruby.gen.org$jruby$RubyEnumerator$FeedValue$POPULATOR Maven / Gradle / Ivy

/* 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 jakarta.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();
        boolean core = runtime.isBootingCore();
        javaMethod = new org.jruby.RubyEnumerator$FeedValue$INVOKER$i$0$0$value(cls, Visibility.PUBLIC, "value");
        populateMethod(javaMethod, 0, "value", false, false, core, 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$1$0$set_value(cls, Visibility.PUBLIC, "value=");
        populateMethod(javaMethod, 1, "set_value", false, false, core, org.jruby.RubyEnumerator.FeedValue.class, "set_value", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        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, core, org.jruby.RubyEnumerator.FeedValue.class, "use_value", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "use_value", javaMethod);

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy