/* 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")
@SuppressWarnings("deprecation")
public class org$jruby$ext$date$RubyDateTime$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        RubyClass singletonClass = cls.getSingletonClass();
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.ext.date.RubyDateTime$INVOKER$s$now(singletonClass, Visibility.PUBLIC, "now");
        populateMethod(javaMethod, -1, "now", true, false, org.jruby.ext.date.RubyDateTime.class, "now", org.jruby.ext.date.RubyDateTime.class, CONTEXT_ARG1);
        aliasedMethod = singletonClass.putMethod(runtime, "now", javaMethod);
        javaMethod = new org.jruby.ext.date.RubyDateTime$INVOKER$s$civil(singletonClass, Visibility.PUBLIC, "civil");
        populateMethod(javaMethod, -1, "civil", true, false, org.jruby.ext.date.RubyDateTime.class, "civil", org.jruby.ext.date.RubyDateTime.class, CONTEXT_ARG1);
        aliasedMethod = singletonClass.putMethod(runtime, "civil", javaMethod);
        singletonClass.putAlias("new", aliasedMethod, "civil");
        javaMethod = new org.jruby.ext.date.RubyDateTime$INVOKER$s$jd(singletonClass, Visibility.PUBLIC, "jd");
        populateMethod(javaMethod, -1, "jd", true, false, org.jruby.ext.date.RubyDateTime.class, "jd", org.jruby.ext.date.RubyDateTime.class, CONTEXT_ARG1);
        aliasedMethod = singletonClass.putMethod(runtime, "jd", javaMethod);
        javaMethod = new org.jruby.ext.date.RubyDateTime$INVOKER$s$_strptime(singletonClass, Visibility.PUBLIC, "_strptime");
        populateMethod(javaMethod, -1, "_strptime", true, false, org.jruby.ext.date.RubyDateTime.class, "_strptime", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = singletonClass.putMethod(runtime, "_strptime", javaMethod);
        javaMethod = new org.jruby.ext.date.RubyDateTime$INVOKER$i$0$0$to_s(cls, Visibility.PUBLIC, "to_s");
        populateMethod(javaMethod, 0, "to_s", false, false, org.jruby.ext.date.RubyDateTime.class, "to_s", org.jruby.RubyString.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_s", javaMethod);
        javaMethod = new org.jruby.ext.date.RubyDateTime$INVOKER$i$strftime(cls, Visibility.PUBLIC, "strftime");
        populateMethod(javaMethod, -1, "strftime", false, false, org.jruby.ext.date.RubyDateTime.class, "strftime", org.jruby.RubyString.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "strftime", javaMethod);
        javaMethod = new org.jruby.ext.date.RubyDateTime$INVOKER$i$0$0$to_date(cls, Visibility.PUBLIC, "to_date");
        populateMethod(javaMethod, 0, "to_date", false, false, org.jruby.ext.date.RubyDateTime.class, "to_date", org.jruby.ext.date.RubyDate.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_date", javaMethod);
        javaMethod = new org.jruby.ext.date.RubyDateTime$INVOKER$i$0$0$to_datetime(cls, Visibility.PUBLIC, "to_datetime");
        populateMethod(javaMethod, 0, "to_datetime", false, false, org.jruby.ext.date.RubyDateTime.class, "to_datetime", org.jruby.ext.date.RubyDateTime.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_datetime", javaMethod);
        javaMethod = new org.jruby.ext.date.RubyDateTime$INVOKER$i$0$0$to_time(cls, Visibility.PUBLIC, "to_time");
        populateMethod(javaMethod, 0, "to_time", false, false, org.jruby.ext.date.RubyDateTime.class, "to_time", org.jruby.RubyTime.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_time", javaMethod);

        runtime.addBoundMethods("org.jruby.ext.date.RubyDateTime", "civil", "civil", "jd", "jd", "now", "now", "_strptime", "_strptime", "to_s", "to_s", "strftime", "strftime", "to_date", "to_date", "to_datetime", "to_datetime", "to_time", "to_time");
    }
    static {
    }
}