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$RubyRange$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod, aliasedMethod;
Ruby runtime = cls.getRuntime();
javaMethod = new org.jruby.RubyRange$INVOKER$i$1$0$op_equal(cls, Visibility.PUBLIC, "==");
populateMethod(javaMethod, 1, "op_equal", false, false, org.jruby.RubyRange.class, "op_equal", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "==", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$0$0$begin(cls, Visibility.PUBLIC, "begin");
populateMethod(javaMethod, 0, "begin", false, false, org.jruby.RubyRange.class, "begin", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "begin", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$0$1$initialize(cls, Visibility.PRIVATE, "initialize");
populateMethod(javaMethod, -1, "initialize", false, false, org.jruby.RubyRange.class, "initialize", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_ARY_BLOCK);
aliasedMethod = cls.putMethod(runtime, "initialize", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$0$0$exclude_end_p(cls, Visibility.PUBLIC, "exclude_end?");
populateMethod(javaMethod, 0, "exclude_end_p", false, false, org.jruby.RubyRange.class, "exclude_end_p", org.jruby.RubyBoolean.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "exclude_end?", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$last(cls, Visibility.PUBLIC, "last");
populateMethod(javaMethod, -1, "last", false, false, org.jruby.RubyRange.class, "last", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "last", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$1$0$cover_p(cls, Visibility.PUBLIC, "cover?");
populateMethod(javaMethod, 1, "cover_p", false, false, org.jruby.RubyRange.class, "cover_p", org.jruby.RubyBoolean.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "cover?", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$0$0$to_a(cls, Visibility.PUBLIC, "to_a");
populateMethod(javaMethod, 0, "to_a", false, false, org.jruby.RubyRange.class, "to_a", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
aliasedMethod = cls.putMethod(runtime, "to_a", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$0$0$each(cls, Visibility.PUBLIC, "each");
populateMethod(javaMethod, 0, "each", false, false, org.jruby.RubyRange.class, "each", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
aliasedMethod = cls.putMethod(runtime, "each", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$first(cls, Visibility.PUBLIC, "first");
populateMethod(javaMethod, -1, "first", false, false, org.jruby.RubyRange.class, "first", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "first", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$1$0$initialize_copy(cls, Visibility.PRIVATE, "initialize_copy");
populateMethod(javaMethod, 1, "initialize_copy", false, false, org.jruby.RubyRange.class, "initialize_copy", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "initialize_copy", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$1$0$eql_p(cls, Visibility.PUBLIC, "eql?");
populateMethod(javaMethod, 1, "eql_p", false, false, org.jruby.RubyRange.class, "eql_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "eql?", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$1$0$include_p(cls, Visibility.PUBLIC, "include?");
populateMethod(javaMethod, 1, "include_p", false, false, org.jruby.RubyRange.class, "include_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "include?", javaMethod);
cls.putMethod(runtime, "member?", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$0$0$end(cls, Visibility.PUBLIC, "end");
populateMethod(javaMethod, 0, "end", false, false, org.jruby.RubyRange.class, "end", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "end", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
populateMethod(javaMethod, 0, "inspect", false, false, org.jruby.RubyRange.class, "inspect", org.jruby.RubyString.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$0$0$to_s(cls, Visibility.PUBLIC, "to_s");
populateMethod(javaMethod, 0, "to_s", false, false, org.jruby.RubyRange.class, "to_s", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "to_s", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$step(cls, Visibility.PUBLIC, "step");
populateMethod(javaMethod, -1, "step", false, false, org.jruby.RubyRange.class, "step", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
aliasedMethod = cls.putMethod(runtime, "step", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$max(cls, Visibility.PUBLIC, "max");
populateMethod(javaMethod, -1, "max", false, false, org.jruby.RubyRange.class, "max", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
aliasedMethod = cls.putMethod(runtime, "max", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$1$0$eqq_p(cls, Visibility.PUBLIC, "===");
populateMethod(javaMethod, 1, "eqq_p", false, false, org.jruby.RubyRange.class, "eqq_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "===", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$min(cls, Visibility.PUBLIC, "min");
populateMethod(javaMethod, -1, "min", false, false, org.jruby.RubyRange.class, "min", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
aliasedMethod = cls.putMethod(runtime, "min", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$0$0$size(cls, Visibility.PUBLIC, "size");
populateMethod(javaMethod, 0, "size", false, false, org.jruby.RubyRange.class, "size", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "size", javaMethod);
javaMethod = new org.jruby.RubyRange$INVOKER$i$0$0$hash(cls, Visibility.PUBLIC, "hash");
populateMethod(javaMethod, 0, "hash", false, false, org.jruby.RubyRange.class, "hash", org.jruby.RubyFixnum.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "hash", javaMethod);
runtime.addBoundMethods("org.jruby.RubyRange", "op_equal", "==", "eql_p", "eql?", "exclude_end_p", "exclude_end?", "include_p", "include?", "inspect", "inspect", "to_s", "to_s", "step", "step", "cover_p", "cover?", "eqq_p", "===", "each", "each", "hash", "hash", "begin", "begin", "initialize", "initialize", "last", "last", "to_a", "to_a", "first", "first", "initialize_copy", "initialize_copy", "end", "end", "max", "max", "min", "min", "size", "size");
}
static {
}
}