/* 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$digest$RubyDigest$DigestClass$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.digest.RubyDigest$DigestClass$INVOKER$s$0$1$s_hexdigest(singletonClass, Visibility.PUBLIC, "hexdigest");
        populateMethod(javaMethod, -1, "s_hexdigest", true, false, org.jruby.ext.digest.RubyDigest.DigestClass.class, "s_hexdigest", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY_BLOCK);
        aliasedMethod = singletonClass.putMethod(runtime, "hexdigest", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestClass$INVOKER$s$0$0$s_digest(singletonClass, Visibility.PUBLIC, "digest");
        populateMethod(javaMethod, -1, "s_digest", true, false, org.jruby.ext.digest.RubyDigest.DigestClass.class, "s_digest", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY_BLOCK);
        aliasedMethod = singletonClass.putMethod(runtime, "digest", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestClass$INVOKER$s$1$0$bubblebabble(singletonClass, Visibility.PUBLIC, "bubblebabble");
        populateMethod(javaMethod, 1, "bubblebabble", true, false, org.jruby.ext.digest.RubyDigest.DigestClass.class, "bubblebabble", org.jruby.RubyString.class, ARG2);
        aliasedMethod = singletonClass.putMethod(runtime, "bubblebabble", javaMethod);

        runtime.addBoundMethods("org.jruby.ext.digest.RubyDigest.DigestClass", "s_hexdigest", "hexdigest", "s_digest", "digest", "bubblebabble", "bubblebabble");
    }
    static {
    }
}