/* 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$DigestInstance$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$DigestInstance$INVOKER$s$1$0$op_equal(cls, Visibility.PUBLIC, "==");
        populateMethod(javaMethod, 1, "op_equal", true, false, org.jruby.ext.digest.RubyDigest.DigestInstance.class, "op_equal", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = cls.putMethod(runtime, "==", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestInstance$INVOKER$s$0$0$newObject(cls, Visibility.PUBLIC, "new");
        populateMethod(javaMethod, 0, "newObject", true, false, org.jruby.ext.digest.RubyDigest.DigestInstance.class, "newObject", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "new", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestInstance$INVOKER$s$0$1$hexdigest(cls, Visibility.PUBLIC, "hexdigest");
        populateMethod(javaMethod, -1, "hexdigest", true, false, org.jruby.ext.digest.RubyDigest.DigestInstance.class, "hexdigest", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "hexdigest", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestInstance$INVOKER$s$0$0$digest_length(cls, Visibility.PUBLIC, "digest_length");
        populateMethod(javaMethod, 0, "digest_length", true, false, org.jruby.ext.digest.RubyDigest.DigestInstance.class, "digest_length", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "digest_length", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestInstance$INVOKER$s$0$0$length(cls, Visibility.PUBLIC, "length");
        populateMethod(javaMethod, 0, "length", true, false, org.jruby.ext.digest.RubyDigest.DigestInstance.class, "length", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "length", javaMethod);
        cls.putMethod(runtime, "size", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestInstance$INVOKER$s$1$0$update(cls, Visibility.PUBLIC, "update");
        populateMethod(javaMethod, 1, "update", true, false, org.jruby.ext.digest.RubyDigest.DigestInstance.class, "update", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = cls.putMethod(runtime, "update", javaMethod);
        cls.putMethod(runtime, "<<", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestInstance$INVOKER$s$0$0$digest_bang(cls, Visibility.PUBLIC, "digest!");
        populateMethod(javaMethod, 0, "digest_bang", true, false, org.jruby.ext.digest.RubyDigest.DigestInstance.class, "digest_bang", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "digest!", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestInstance$INVOKER$s$0$0$reset(cls, Visibility.PUBLIC, "reset");
        populateMethod(javaMethod, 0, "reset", true, false, org.jruby.ext.digest.RubyDigest.DigestInstance.class, "reset", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "reset", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestInstance$INVOKER$s$0$1$bubblebabble(singletonClass, Visibility.PUBLIC, "bubblebabble");
        populateMethod(javaMethod, -1, "bubblebabble", true, false, org.jruby.ext.digest.RubyDigest.DigestInstance.class, "bubblebabble", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY_BLOCK);
        aliasedMethod = singletonClass.putMethod(runtime, "bubblebabble", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestInstance$INVOKER$s$0$0$to_s(cls, Visibility.PUBLIC, "to_s");
        populateMethod(javaMethod, 0, "to_s", true, false, org.jruby.ext.digest.RubyDigest.DigestInstance.class, "to_s", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "to_s", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestInstance$INVOKER$s$0$0$block_length(cls, Visibility.PUBLIC, "block_length");
        populateMethod(javaMethod, 0, "block_length", true, false, org.jruby.ext.digest.RubyDigest.DigestInstance.class, "block_length", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "block_length", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestInstance$INVOKER$s$0$0$finish(cls, Visibility.PUBLIC, "finish");
        populateMethod(javaMethod, 0, "finish", true, false, org.jruby.ext.digest.RubyDigest.DigestInstance.class, "finish", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "finish", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestInstance$INVOKER$s$0$1$digest(cls, Visibility.PUBLIC, "digest");
        populateMethod(javaMethod, -1, "digest", true, false, org.jruby.ext.digest.RubyDigest.DigestInstance.class, "digest", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "digest", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestInstance$INVOKER$s$0$0$hexdigest_bang(cls, Visibility.PUBLIC, "hexdigest!");
        populateMethod(javaMethod, 0, "hexdigest_bang", true, false, org.jruby.ext.digest.RubyDigest.DigestInstance.class, "hexdigest_bang", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "hexdigest!", javaMethod);
        javaMethod = new org.jruby.ext.digest.RubyDigest$DigestInstance$INVOKER$s$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
        populateMethod(javaMethod, 0, "inspect", true, false, org.jruby.ext.digest.RubyDigest.DigestInstance.class, "inspect", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);

        runtime.addBoundMethods("org.jruby.ext.digest.RubyDigest.DigestInstance", "op_equal", "==", "newObject", "new", "length", "length", "update", "update", "digest_bang", "digest!", "hexdigest_bang", "hexdigest!", "bubblebabble", "bubblebabble", "hexdigest", "hexdigest", "digest_length", "digest_length", "reset", "reset", "to_s", "to_s", "block_length", "block_length", "finish", "finish", "digest", "digest", "inspect", "inspect");
    }
    static {
    }
}