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$RubyBignum$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod, aliasedMethod;
Ruby runtime = cls.getRuntime();
javaMethod = new org.jruby.RubyBignum$INVOKER$i$1$0$op_pow(cls, Visibility.PUBLIC, "**");
populateMethod(javaMethod, 1, "op_pow", false, false, org.jruby.RubyBignum.class, "op_pow", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "**", javaMethod);
cls.putMethod(runtime, "power", javaMethod);
javaMethod = new org.jruby.RubyBignum$INVOKER$i$1$0$divmod(cls, Visibility.PUBLIC, "divmod");
populateMethod(javaMethod, 1, "divmod", false, false, org.jruby.RubyBignum.class, "divmod", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "divmod", javaMethod);
javaMethod = new org.jruby.RubyBignum$INVOKER$i$1$0$op_mod(cls, Visibility.PUBLIC, "%");
populateMethod(javaMethod, 1, "op_mod", false, false, org.jruby.RubyBignum.class, "op_mod", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "%", javaMethod);
cls.putMethod(runtime, "modulo", javaMethod);
javaMethod = new org.jruby.RubyBignum$INVOKER$i$1$0$op_mul(cls, Visibility.PUBLIC, "*");
populateMethod(javaMethod, 1, "op_mul", false, false, org.jruby.RubyBignum.class, "op_mul", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "*", javaMethod);
javaMethod = new org.jruby.RubyBignum$INVOKER$i$1$0$quo(cls, Visibility.PUBLIC, "quo");
populateMethod(javaMethod, 1, "quo", false, false, org.jruby.RubyBignum.class, "quo", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "quo", javaMethod);
javaMethod = new org.jruby.RubyBignum$INVOKER$i$1$0$remainder(cls, Visibility.PUBLIC, "remainder");
populateMethod(javaMethod, 1, "remainder", false, false, org.jruby.RubyBignum.class, "remainder", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "remainder", javaMethod);
runtime.addBoundMethods("org.jruby.RubyBignum", "op_pow", "**", "divmod", "divmod", "op_mod", "%", "op_mul", "*", "quo", "quo", "remainder", "remainder");
}
static {
}
}