/* 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$DigestBase$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestBase$INVOKER$i$0$0$bubblebabble(cls, Visibility.PUBLIC, "bubblebabble");
        populateMethod(javaMethod, 0, "bubblebabble", false, false, org.jruby.ext.digest.RubyDigest.DigestBase.class, "bubblebabble", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "bubblebabble", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestBase$INVOKER$i$0$0$block_length(cls, Visibility.PUBLIC, "block_length");
        populateMethod(javaMethod, 0, "block_length", false, false, org.jruby.ext.digest.RubyDigest.DigestBase.class, "block_length", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "block_length", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestBase$INVOKER$i$0$0$digest_length(cls, Visibility.PUBLIC, "digest_length");
        populateMethod(javaMethod, 0, "digest_length", false, false, org.jruby.ext.digest.RubyDigest.DigestBase.class, "digest_length", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "digest_length", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestBase$INVOKER$i$1$0$update(cls, Visibility.PUBLIC, "update");
        populateMethod(javaMethod, 1, "update", false, false, org.jruby.ext.digest.RubyDigest.DigestBase.class, "update", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "update", javaMethod);
        cls.putMethod(runtime, "<<", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestBase$INVOKER$i$0$0$finish(cls, Visibility.PUBLIC, "finish");
        populateMethod(javaMethod, 0, "finish", false, false, org.jruby.ext.digest.RubyDigest.DigestBase.class, "finish", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "finish", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestBase$INVOKER$i$0$0$reset(cls, Visibility.PUBLIC, "reset");
        populateMethod(javaMethod, 0, "reset", false, false, org.jruby.ext.digest.RubyDigest.DigestBase.class, "reset", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "reset", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestBase$INVOKER$i$1$0$initialize_copy(cls, Visibility.PRIVATE, "initialize_copy");
        populateMethod(javaMethod, 1, "initialize_copy", false, false, org.jruby.ext.digest.RubyDigest.DigestBase.class, "initialize_copy", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "initialize_copy", javaMethod);

        runtime.addBoundMethods("org.jruby.ext.digest.RubyDigest.DigestBase", "update", "update", "bubblebabble", "bubblebabble", "block_length", "block_length", "digest_length", "digest_length", "finish", "finish", "reset", "reset", "initialize_copy", "initialize_copy");
    }
    static {
    }
}