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

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

There is a newer version: 9.4.12.0
Show newest version
/* 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")
public class org$jruby$RubyEnumerator$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$0$0$peek(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, 0, "peek", false, false, org.jruby.RubyEnumerator.class, "peek", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class});
        cls.addMethodAtBootTimeOnly("peek", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$with_index(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, -1, "with_index", false, false, org.jruby.RubyEnumerator.class, "with_index", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.Block.class});
        cls.addMethodAtBootTimeOnly("with_index", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$0$0$each_entry(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, -1, "each_entry", false, false, org.jruby.RubyEnumerator.class, "each_entry", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject[].class, org.jruby.runtime.Block.class});
        cls.addMethodAtBootTimeOnly("each_entry", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$0$0$each_with_index(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, 0, "each_with_index", false, false, org.jruby.RubyEnumerator.class, "each_with_index", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.Block.class});
        cls.addMethodAtBootTimeOnly("each_with_index", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$each(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, -1, "each", false, false, org.jruby.RubyEnumerator.class, "each", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.Block.class});
        cls.addMethodAtBootTimeOnly("each", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$0$0$next(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, 0, "next", false, false, org.jruby.RubyEnumerator.class, "next", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class});
        cls.addMethodAtBootTimeOnly("next", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$1$0$each_with_object(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, 1, "each_with_object", false, false, org.jruby.RubyEnumerator.class, "each_with_object", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.Block.class});
        cls.addMethodAtBootTimeOnly("each_with_object", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$1$0$feed(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, 1, "feed", false, false, org.jruby.RubyEnumerator.class, "feed", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class});
        cls.addMethodAtBootTimeOnly("feed", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$1$0$each_slice(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, 1, "each_slice", false, false, org.jruby.RubyEnumerator.class, "each_slice", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.Block.class});
        cls.addMethodAtBootTimeOnly("each_slice", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$1$0$each_cons(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, 1, "each_cons", false, false, org.jruby.RubyEnumerator.class, "each_cons", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.Block.class});
        cls.addMethodAtBootTimeOnly("each_cons", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$0$0$size(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, 0, "size", false, false, org.jruby.RubyEnumerator.class, "size", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class});
        cls.addMethodAtBootTimeOnly("size", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$0$0$inspect19(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, 0, "inspect19", false, false, org.jruby.RubyEnumerator.class, "inspect19", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class});
        cls.addMethodAtBootTimeOnly("inspect", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$initialize(cls, Visibility.PRIVATE);
        populateMethod(javaMethod, -1, "initialize", false, false, org.jruby.RubyEnumerator.class, "initialize", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.Block.class});
        cls.addMethodAtBootTimeOnly("initialize", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$1$0$with_object(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, 1, "with_object", false, false, org.jruby.RubyEnumerator.class, "with_object", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.Block.class});
        cls.addMethodAtBootTimeOnly("with_object", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$0$0$peekValues(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, 0, "peekValues", false, false, org.jruby.RubyEnumerator.class, "peekValues", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class});
        cls.addMethodAtBootTimeOnly("peek_values", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$0$0$dup(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, 0, "dup", false, false, org.jruby.RubyEnumerator.class, "dup", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {});
        cls.addMethodAtBootTimeOnly("dup", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$0$0$nextValues(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, 0, "nextValues", false, false, org.jruby.RubyEnumerator.class, "nextValues", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class});
        cls.addMethodAtBootTimeOnly("next_values", javaMethod);
        javaMethod = new org.jruby.RubyEnumerator$INVOKER$i$0$0$rewind(cls, Visibility.PUBLIC);
        populateMethod(javaMethod, 0, "rewind", false, false, org.jruby.RubyEnumerator.class, "rewind", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class});
        cls.addMethodAtBootTimeOnly("rewind", javaMethod);
        runtime.addBoundMethod("org.jruby.RubyEnumerator","peek","peek");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","with_index","with_index");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","each_entry","each_entry");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","each_with_index","each_with_index");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","each","each");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","next","next");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","each_with_object","each_with_object");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","feed","feed");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","each_slice","each_slice");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","each_cons","each_cons");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","size","size");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","inspect19","inspect");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","initialize","initialize");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","with_object","with_object");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","peekValues","peek_values");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","dup","dup");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","nextValues","next_values");
        runtime.addBoundMethod("org.jruby.RubyEnumerator","rewind","rewind");
    }
    static {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy