/* 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$zlib$RubyZlib$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.zlib.RubyZlib$INVOKER$s$0$0$crc_table(cls, Visibility.PRIVATE, "crc_table");
        populateMethod(javaMethod, 0, "crc_table", true, false, org.jruby.ext.zlib.RubyZlib.class, "crc_table", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "crc_table", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        aliasedMethod = singletonClass.putMethod(runtime, "crc_table", moduleMethod);
        javaMethod = new org.jruby.ext.zlib.RubyZlib$INVOKER$s$1$0$inflate(cls, Visibility.PUBLIC, "inflate");
        populateMethod(javaMethod, 1, "inflate", true, false, org.jruby.ext.zlib.RubyZlib.class, "inflate", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = cls.putMethod(runtime, "inflate", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        aliasedMethod = singletonClass.putMethod(runtime, "inflate", moduleMethod);
        javaMethod = new org.jruby.ext.zlib.RubyZlib$INVOKER$s$0$2$adler32(cls, Visibility.PRIVATE, "adler32");
        populateMethod(javaMethod, -1, "adler32", true, false, org.jruby.ext.zlib.RubyZlib.class, "adler32", org.jruby.runtime.builtin.IRubyObject.class, ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "adler32", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        aliasedMethod = singletonClass.putMethod(runtime, "adler32", moduleMethod);
        javaMethod = new org.jruby.ext.zlib.RubyZlib$INVOKER$s$0$1$deflate(cls, Visibility.PUBLIC, "deflate");
        populateMethod(javaMethod, -1, "deflate", true, false, org.jruby.ext.zlib.RubyZlib.class, "deflate", org.jruby.runtime.builtin.IRubyObject.class, ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "deflate", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        aliasedMethod = singletonClass.putMethod(runtime, "deflate", moduleMethod);
        javaMethod = new org.jruby.ext.zlib.RubyZlib$INVOKER$s$0$2$crc32(cls, Visibility.PRIVATE, "crc32");
        populateMethod(javaMethod, -1, "crc32", true, false, org.jruby.ext.zlib.RubyZlib.class, "crc32", org.jruby.runtime.builtin.IRubyObject.class, ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "crc32", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        aliasedMethod = singletonClass.putMethod(runtime, "crc32", moduleMethod);
        javaMethod = new org.jruby.ext.zlib.RubyZlib$INVOKER$s$3$0$crc32_combine(cls, Visibility.PRIVATE, "crc32_combine");
        populateMethod(javaMethod, 3, "crc32_combine", true, false, org.jruby.ext.zlib.RubyZlib.class, "crc32_combine", org.jruby.runtime.builtin.IRubyObject.class, ARG4);
        aliasedMethod = cls.putMethod(runtime, "crc32_combine", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        aliasedMethod = singletonClass.putMethod(runtime, "crc32_combine", moduleMethod);
        javaMethod = new org.jruby.ext.zlib.RubyZlib$INVOKER$s$0$0$zlib_version(cls, Visibility.PRIVATE, "zlib_version");
        populateMethod(javaMethod, 0, "zlib_version", true, false, org.jruby.ext.zlib.RubyZlib.class, "zlib_version", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "zlib_version", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        aliasedMethod = singletonClass.putMethod(runtime, "zlib_version", moduleMethod);
        javaMethod = new org.jruby.ext.zlib.RubyZlib$INVOKER$s$3$0$adler32_combine(cls, Visibility.PRIVATE, "adler32_combine");
        populateMethod(javaMethod, 3, "adler32_combine", true, false, org.jruby.ext.zlib.RubyZlib.class, "adler32_combine", org.jruby.runtime.builtin.IRubyObject.class, ARG4);
        aliasedMethod = cls.putMethod(runtime, "adler32_combine", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        aliasedMethod = singletonClass.putMethod(runtime, "adler32_combine", moduleMethod);

        runtime.addBoundMethods("org.jruby.ext.zlib.RubyZlib", "crc_table", "crc_table", "adler32", "adler32", "crc32", "crc32", "crc32_combine", "crc32_combine", "zlib_version", "zlib_version", "adler32_combine", "adler32_combine", "inflate", "inflate", "deflate", "deflate");
    }
    static {
    }
}