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$RubyNil$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod, aliasedMethod;
Ruby runtime = cls.getRuntime();
javaMethod = new org.jruby.RubyNil$INVOKER$s$0$0$to_f(cls, Visibility.PUBLIC, "to_f");
populateMethod(javaMethod, 0, "to_f", true, false, org.jruby.RubyNil.class, "to_f", org.jruby.RubyFloat.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "to_f", javaMethod);
javaMethod = new org.jruby.RubyNil$INVOKER$s$0$0$to_s(cls, Visibility.PUBLIC, "to_s");
populateMethod(javaMethod, 0, "to_s", true, false, org.jruby.RubyNil.class, "to_s", org.jruby.RubyString.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "to_s", javaMethod);
javaMethod = new org.jruby.RubyNil$INVOKER$s$0$1$rationalize(cls, Visibility.PUBLIC, "rationalize");
populateMethod(javaMethod, -1, "rationalize", true, false, org.jruby.RubyNil.class, "rationalize", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
aliasedMethod = cls.putMethod(runtime, "rationalize", javaMethod);
javaMethod = new org.jruby.RubyNil$INVOKER$s$0$0$to_c(cls, Visibility.PUBLIC, "to_c");
populateMethod(javaMethod, 0, "to_c", true, false, org.jruby.RubyNil.class, "to_c", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "to_c", javaMethod);
javaMethod = new org.jruby.RubyNil$INVOKER$s$1$0$op_and(cls, Visibility.PUBLIC, "&");
populateMethod(javaMethod, 1, "op_and", true, false, org.jruby.RubyNil.class, "op_and", org.jruby.RubyBoolean.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "&", javaMethod);
javaMethod = new org.jruby.RubyNil$INVOKER$s$0$0$to_r(cls, Visibility.PUBLIC, "to_r");
populateMethod(javaMethod, 0, "to_r", true, false, org.jruby.RubyNil.class, "to_r", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "to_r", javaMethod);
javaMethod = new org.jruby.RubyNil$INVOKER$s$0$0$to_a(cls, Visibility.PUBLIC, "to_a");
populateMethod(javaMethod, 0, "to_a", true, false, org.jruby.RubyNil.class, "to_a", org.jruby.RubyArray.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "to_a", javaMethod);
javaMethod = new org.jruby.RubyNil$INVOKER$s$1$0$op_or(cls, Visibility.PUBLIC, "|");
populateMethod(javaMethod, 1, "op_or", true, false, org.jruby.RubyNil.class, "op_or", org.jruby.RubyBoolean.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "|", javaMethod);
javaMethod = new org.jruby.RubyNil$INVOKER$s$0$0$to_i(cls, Visibility.PUBLIC, "to_i");
populateMethod(javaMethod, 0, "to_i", true, false, org.jruby.RubyNil.class, "to_i", org.jruby.RubyFixnum.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "to_i", javaMethod);
javaMethod = new org.jruby.RubyNil$INVOKER$s$1$0$op_xor(cls, Visibility.PUBLIC, "^");
populateMethod(javaMethod, 1, "op_xor", true, false, org.jruby.RubyNil.class, "op_xor", org.jruby.RubyBoolean.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "^", javaMethod);
javaMethod = new org.jruby.RubyNil$INVOKER$s$0$0$to_h(cls, Visibility.PUBLIC, "to_h");
populateMethod(javaMethod, 0, "to_h", true, false, org.jruby.RubyNil.class, "to_h", org.jruby.RubyHash.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "to_h", javaMethod);
javaMethod = new org.jruby.RubyNil$INVOKER$i$0$0$nil_p(cls, Visibility.PUBLIC, "nil?");
populateMethod(javaMethod, 0, "nil_p", false, false, org.jruby.RubyNil.class, "nil_p", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "nil?", javaMethod);
javaMethod = new org.jruby.RubyNil$INVOKER$i$0$0$hash(cls, Visibility.PUBLIC, "hash");
populateMethod(javaMethod, 0, "hash", false, false, org.jruby.RubyNil.class, "hash", org.jruby.RubyFixnum.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "hash", javaMethod);
javaMethod = new org.jruby.RubyNil$INVOKER$i$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
populateMethod(javaMethod, 0, "inspect", false, false, org.jruby.RubyNil.class, "inspect", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);
runtime.addBoundMethods("org.jruby.RubyNil", "op_and", "&", "op_or", "|", "nil_p", "nil?", "op_xor", "^", "to_f", "to_f", "to_s", "to_s", "rationalize", "rationalize", "to_c", "to_c", "to_r", "to_r", "to_a", "to_a", "to_i", "to_i", "to_h", "to_h", "hash", "hash", "inspect", "inspect");
}
static {
}
}