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$RubyComparable$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod, aliasedMethod;
Ruby runtime = cls.getRuntime();
javaMethod = new org.jruby.RubyComparable$INVOKER$s$1$0$op_equal(cls, Visibility.PUBLIC, "==");
populateMethod(javaMethod, 1, "op_equal", true, false, org.jruby.RubyComparable.class, "op_equal", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "==", javaMethod);
javaMethod = new org.jruby.RubyComparable$INVOKER$s$2$0$between_p(cls, Visibility.PUBLIC, "between?");
populateMethod(javaMethod, 2, "between_p", true, false, org.jruby.RubyComparable.class, "between_p", org.jruby.RubyBoolean.class, CONTEXT_ARG3);
aliasedMethod = cls.putMethod(runtime, "between?", javaMethod);
javaMethod = new org.jruby.RubyComparable$INVOKER$s$1$0$op_le(cls, Visibility.PUBLIC, "<=");
populateMethod(javaMethod, 1, "op_le", true, false, org.jruby.RubyComparable.class, "op_le", org.jruby.RubyBoolean.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "<=", javaMethod);
javaMethod = new org.jruby.RubyComparable$INVOKER$s$1$0$op_lt(cls, Visibility.PUBLIC, "<");
populateMethod(javaMethod, 1, "op_lt", true, false, org.jruby.RubyComparable.class, "op_lt", org.jruby.RubyBoolean.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "<", javaMethod);
javaMethod = new org.jruby.RubyComparable$INVOKER$s$1$0$op_gt(cls, Visibility.PUBLIC, ">");
populateMethod(javaMethod, 1, "op_gt", true, false, org.jruby.RubyComparable.class, "op_gt", org.jruby.RubyBoolean.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, ">", javaMethod);
javaMethod = new org.jruby.RubyComparable$INVOKER$s$2$0$clamp(cls, Visibility.PUBLIC, "clamp");
populateMethod(javaMethod, 2, "clamp", true, false, org.jruby.RubyComparable.class, "clamp", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG3);
aliasedMethod = cls.putMethod(runtime, "clamp", javaMethod);
javaMethod = new org.jruby.RubyComparable$INVOKER$s$1$0$op_ge(cls, Visibility.PUBLIC, ">=");
populateMethod(javaMethod, 1, "op_ge", true, false, org.jruby.RubyComparable.class, "op_ge", org.jruby.RubyBoolean.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, ">=", javaMethod);
runtime.addBoundMethods("org.jruby.RubyComparable", "op_equal", "==", "between_p", "between?", "op_le", "<=", "op_lt", "<", "op_gt", ">", "clamp", "clamp", "op_ge", ">=");
}
static {
}
}