/* 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$stringio$StringIO$GenericWritable$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.ext.stringio.StringIO$GenericWritable$INVOKER$s$1$0$append(cls, Visibility.PUBLIC, "<<");
        populateMethod(javaMethod, 1, "append", true, false, org.jruby.ext.stringio.StringIO.GenericWritable.class, "append", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = cls.putMethod(runtime, "<<", javaMethod);
        javaMethod = new org.jruby.ext.stringio.StringIO$GenericWritable$INVOKER$s$0$0$puts(cls, Visibility.PUBLIC, "puts");
        populateMethod(javaMethod, -1, "puts", true, false, org.jruby.ext.stringio.StringIO.GenericWritable.class, "puts", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "puts", javaMethod);
        javaMethod = new org.jruby.ext.stringio.StringIO$GenericWritable$INVOKER$s$0$1$syswrite_nonblock(cls, Visibility.PUBLIC, "write_nonblock");
        populateMethod(javaMethod, -1, "syswrite_nonblock", true, false, org.jruby.ext.stringio.StringIO.GenericWritable.class, "syswrite_nonblock", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "write_nonblock", javaMethod);
        javaMethod = new org.jruby.ext.stringio.StringIO$GenericWritable$INVOKER$s$0$0$print(cls, Visibility.PUBLIC, "print");
        populateMethod(javaMethod, -1, "print", true, false, org.jruby.ext.stringio.StringIO.GenericWritable.class, "print", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "print", javaMethod);
        javaMethod = new org.jruby.ext.stringio.StringIO$GenericWritable$INVOKER$s$1$0$syswrite(cls, Visibility.PUBLIC, "syswrite");
        populateMethod(javaMethod, 1, "syswrite", true, false, org.jruby.ext.stringio.StringIO.GenericWritable.class, "syswrite", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = cls.putMethod(runtime, "syswrite", javaMethod);
        javaMethod = new org.jruby.ext.stringio.StringIO$GenericWritable$INVOKER$s$0$0$printf(cls, Visibility.PUBLIC, "printf");
        populateMethod(javaMethod, -1, "printf", true, false, org.jruby.ext.stringio.StringIO.GenericWritable.class, "printf", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = cls.putMethod(runtime, "printf", javaMethod);

        runtime.addBoundMethods("org.jruby.ext.stringio.StringIO.GenericWritable", "append", "<<", "puts", "puts", "syswrite_nonblock", "write_nonblock", "print", "print", "syswrite", "syswrite", "printf", "printf");
    }
    static {
    }
}