/* 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$java$addons$IOJavaAddons$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.java.addons.IOJavaAddons$INVOKER$s$0$0$to_inputstream(cls, Visibility.PUBLIC, "to_input_stream");
        populateMethod(javaMethod, 0, "to_inputstream", true, false, org.jruby.java.addons.IOJavaAddons.class, "to_inputstream", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "to_input_stream", javaMethod);
        cls.putMethod(runtime, "to_inputstream", javaMethod);
        javaMethod = new org.jruby.java.addons.IOJavaAddons$INVOKER$s$0$0$to_outputstream(cls, Visibility.PUBLIC, "to_output_stream");
        populateMethod(javaMethod, 0, "to_outputstream", true, false, org.jruby.java.addons.IOJavaAddons.class, "to_outputstream", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "to_output_stream", javaMethod);
        cls.putMethod(runtime, "to_outputstream", javaMethod);
        javaMethod = new org.jruby.java.addons.IOJavaAddons$INVOKER$s$0$0$to_channel(cls, Visibility.PUBLIC, "to_channel");
        populateMethod(javaMethod, 0, "to_channel", true, false, org.jruby.java.addons.IOJavaAddons.class, "to_channel", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "to_channel", javaMethod);

        runtime.addBoundMethods("org.jruby.java.addons.IOJavaAddons", "to_inputstream", "to_input_stream", "to_outputstream", "to_output_stream", "to_channel", "to_channel");
    }
    static {
    }
}