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$AnyIO$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$AnyIO$INVOKER$s$0$0$any_to_channel(cls, Visibility.PUBLIC, "to_channel");
populateMethod(javaMethod, 0, "any_to_channel", true, false, org.jruby.java.addons.IOJavaAddons.AnyIO.class, "any_to_channel", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "to_channel", javaMethod);
javaMethod = new org.jruby.java.addons.IOJavaAddons$AnyIO$INVOKER$s$0$0$any_to_inputstream(cls, Visibility.PUBLIC, "to_input_stream");
populateMethod(javaMethod, 0, "any_to_inputstream", true, false, org.jruby.java.addons.IOJavaAddons.AnyIO.class, "any_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$AnyIO$INVOKER$s$0$0$any_to_outputstream(cls, Visibility.PUBLIC, "to_output_stream");
populateMethod(javaMethod, 0, "any_to_outputstream", true, false, org.jruby.java.addons.IOJavaAddons.AnyIO.class, "any_to_outputstream", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "to_output_stream", javaMethod);
cls.putMethod(runtime, "to_outputstream", javaMethod);
runtime.addBoundMethods("org.jruby.java.addons.IOJavaAddons.AnyIO", "any_to_channel", "to_channel", "any_to_inputstream", "to_input_stream", "any_to_outputstream", "to_output_stream");
}
static {
}
}