/* 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$RubyGzipFile$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.RubyGzipFile$INVOKER$s$0$0$newInstance(singletonClass, Visibility.PUBLIC, "new");
        populateMethod(javaMethod, 0, "newInstance", true, false, org.jruby.ext.zlib.RubyGzipFile.class, "newInstance", org.jruby.ext.zlib.RubyGzipFile.class, ARG1_BLOCK);
        aliasedMethod = singletonClass.putMethod(runtime, "new", javaMethod);
        javaMethod = new org.jruby.ext.zlib.RubyGzipFile$INVOKER$s$0$1$wrap19(singletonClass, Visibility.PUBLIC, "wrap");
        populateMethod(javaMethod, -1, "wrap19", true, false, org.jruby.ext.zlib.RubyGzipFile.class, "wrap19", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY_BLOCK);
        aliasedMethod = singletonClass.putMethod(runtime, "wrap", javaMethod);
        javaMethod = new org.jruby.ext.zlib.RubyGzipFile$INVOKER$i$0$0$level(cls, Visibility.PUBLIC, "level");
        populateMethod(javaMethod, 0, "level", false, false, org.jruby.ext.zlib.RubyGzipFile.class, "level", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "level", javaMethod);
        javaMethod = new org.jruby.ext.zlib.RubyGzipFile$INVOKER$i$0$0$mtime(cls, Visibility.PUBLIC, "mtime");
        populateMethod(javaMethod, 0, "mtime", false, false, org.jruby.ext.zlib.RubyGzipFile.class, "mtime", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "mtime", javaMethod);
        javaMethod = new org.jruby.ext.zlib.RubyGzipFile$INVOKER$i$0$0$sync(cls, Visibility.PUBLIC, "sync");
        populateMethod(javaMethod, 0, "sync", false, false, org.jruby.ext.zlib.RubyGzipFile.class, "sync", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "sync", javaMethod);
        javaMethod = new org.jruby.ext.zlib.RubyGzipFile$INVOKER$i$1$0$set_sync(cls, Visibility.PUBLIC, "sync=");
        populateMethod(javaMethod, 1, "set_sync", false, false, org.jruby.ext.zlib.RubyGzipFile.class, "set_sync", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "sync=", javaMethod);
        javaMethod = new org.jruby.ext.zlib.RubyGzipFile$INVOKER$i$0$0$os_code(cls, Visibility.PUBLIC, "os_code");
        populateMethod(javaMethod, 0, "os_code", false, false, org.jruby.ext.zlib.RubyGzipFile.class, "os_code", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "os_code", javaMethod);
        javaMethod = new org.jruby.ext.zlib.RubyGzipFile$INVOKER$i$respond_to(cls, Visibility.PUBLIC, "respond_to?");
        populateMethod(javaMethod, -1, "respond_to", false, false, org.jruby.ext.zlib.RubyGzipFile.class, "respond_to", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "respond_to?", javaMethod);
        javaMethod = new org.jruby.ext.zlib.RubyGzipFile$INVOKER$i$0$0$closed_p(cls, Visibility.PUBLIC, "closed?");
        populateMethod(javaMethod, 0, "closed_p", false, false, org.jruby.ext.zlib.RubyGzipFile.class, "closed_p", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "closed?", javaMethod);
        javaMethod = new org.jruby.ext.zlib.RubyGzipFile$INVOKER$i$0$0$crc(cls, Visibility.PUBLIC, "crc");
        populateMethod(javaMethod, 0, "crc", false, false, org.jruby.ext.zlib.RubyGzipFile.class, "crc", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "crc", javaMethod);
        javaMethod = new org.jruby.ext.zlib.RubyGzipFile$INVOKER$i$0$0$orig_name(cls, Visibility.PUBLIC, "orig_name");
        populateMethod(javaMethod, 0, "orig_name", false, false, org.jruby.ext.zlib.RubyGzipFile.class, "orig_name", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "orig_name", javaMethod);
        javaMethod = new org.jruby.ext.zlib.RubyGzipFile$INVOKER$i$0$0$comment(cls, Visibility.PUBLIC, "comment");
        populateMethod(javaMethod, 0, "comment", false, false, org.jruby.ext.zlib.RubyGzipFile.class, "comment", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "comment", javaMethod);
        javaMethod = new org.jruby.ext.zlib.RubyGzipFile$INVOKER$i$0$0$finish(cls, Visibility.PUBLIC, "finish");
        populateMethod(javaMethod, 0, "finish", false, false, org.jruby.ext.zlib.RubyGzipFile.class, "finish", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "finish", javaMethod);
        javaMethod = new org.jruby.ext.zlib.RubyGzipFile$INVOKER$i$0$0$to_io(cls, Visibility.PUBLIC, "to_io");
        populateMethod(javaMethod, 0, "to_io", false, false, org.jruby.ext.zlib.RubyGzipFile.class, "to_io", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_io", javaMethod);
        javaMethod = new org.jruby.ext.zlib.RubyGzipFile$INVOKER$i$0$0$close(cls, Visibility.PUBLIC, "close");
        populateMethod(javaMethod, 0, "close", false, false, org.jruby.ext.zlib.RubyGzipFile.class, "close", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "close", javaMethod);
        javaMethod = new org.jruby.ext.zlib.RubyGzipFile$INVOKER$i$0$0$path(cls, Visibility.PUBLIC, "path");
        populateMethod(javaMethod, 0, "path", false, false, org.jruby.ext.zlib.RubyGzipFile.class, "path", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "path", javaMethod);

        runtime.addBoundMethods("org.jruby.ext.zlib.RubyGzipFile", "newInstance", "new", "level", "level", "mtime", "mtime", "sync", "sync", "set_sync", "sync=", "os_code", "os_code", "respond_to", "respond_to?", "closed_p", "closed?", "crc", "crc", "orig_name", "orig_name", "comment", "comment", "finish", "finish", "to_io", "to_io", "wrap19", "wrap", "close", "close", "path", "path");
    }
    static {
    }
}