/* 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$io$wait$IOWaitLibrary$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.ext.io.wait.IOWaitLibrary$INVOKER$s$0$1$wait_readable(cls, Visibility.PUBLIC, "wait_readable");
        populateMethod(javaMethod, -1, "wait_readable", true, false, org.jruby.ext.io.wait.IOWaitLibrary.class, "wait_readable", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "wait_readable", javaMethod);
        javaMethod = new org.jruby.ext.io.wait.IOWaitLibrary$INVOKER$s$0$2$wait(cls, Visibility.PUBLIC, "wait");
        populateMethod(javaMethod, -1, "wait", true, false, org.jruby.ext.io.wait.IOWaitLibrary.class, "wait", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "wait", javaMethod);
        javaMethod = new org.jruby.ext.io.wait.IOWaitLibrary$INVOKER$s$0$1$wait_writable(cls, Visibility.PUBLIC, "wait_writable");
        populateMethod(javaMethod, -1, "wait_writable", true, false, org.jruby.ext.io.wait.IOWaitLibrary.class, "wait_writable", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "wait_writable", javaMethod);
        javaMethod = new org.jruby.ext.io.wait.IOWaitLibrary$INVOKER$s$0$0$ready(cls, Visibility.PUBLIC, "ready?");
        populateMethod(javaMethod, 0, "ready", true, false, org.jruby.ext.io.wait.IOWaitLibrary.class, "ready", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "ready?", javaMethod);
        javaMethod = new org.jruby.ext.io.wait.IOWaitLibrary$INVOKER$s$0$0$nread(cls, Visibility.PUBLIC, "nread");
        populateMethod(javaMethod, 0, "nread", true, false, org.jruby.ext.io.wait.IOWaitLibrary.class, "nread", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "nread", javaMethod);

        runtime.addBoundMethods("org.jruby.ext.io.wait.IOWaitLibrary", "ready", "ready?", "wait_readable", "wait_readable", "wait", "wait", "wait_writable", "wait_writable", "nread", "nread");
    }
    static {
    }
}