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$JZlibInflate$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.JZlibInflate$INVOKER$s$1$0$s_inflate(singletonClass, Visibility.PUBLIC, "inflate");
populateMethod(javaMethod, 1, "s_inflate", true, false, org.jruby.ext.zlib.JZlibInflate.class, "s_inflate", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = singletonClass.putMethod(runtime, "inflate", javaMethod);
javaMethod = new org.jruby.ext.zlib.JZlibInflate$INVOKER$i$1$0$append(cls, Visibility.PUBLIC, "<<");
populateMethod(javaMethod, 1, "append", false, false, org.jruby.ext.zlib.JZlibInflate.class, "append", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "<<", javaMethod);
javaMethod = new org.jruby.ext.zlib.JZlibInflate$INVOKER$i$1$0$inflate(cls, Visibility.PUBLIC, "inflate");
populateMethod(javaMethod, 1, "inflate", false, false, org.jruby.ext.zlib.JZlibInflate.class, "inflate", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_BLOCK);
aliasedMethod = cls.putMethod(runtime, "inflate", javaMethod);
javaMethod = new org.jruby.ext.zlib.JZlibInflate$INVOKER$i$0$0$flush_next_out(cls, Visibility.PUBLIC, "flush_next_out");
populateMethod(javaMethod, 0, "flush_next_out", false, false, org.jruby.ext.zlib.JZlibInflate.class, "flush_next_out", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
aliasedMethod = cls.putMethod(runtime, "flush_next_out", javaMethod);
javaMethod = new org.jruby.ext.zlib.JZlibInflate$INVOKER$i$1$0$set_dictionary(cls, Visibility.PUBLIC, "set_dictionary");
populateMethod(javaMethod, 1, "set_dictionary", false, false, org.jruby.ext.zlib.JZlibInflate.class, "set_dictionary", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "set_dictionary", javaMethod);
javaMethod = new org.jruby.ext.zlib.JZlibInflate$INVOKER$i$0$0$sync_point_p(cls, Visibility.PUBLIC, "sync_point?");
populateMethod(javaMethod, 0, "sync_point_p", false, false, org.jruby.ext.zlib.JZlibInflate.class, "sync_point_p", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "sync_point?", javaMethod);
javaMethod = new org.jruby.ext.zlib.JZlibInflate$INVOKER$i$0$1$_initialize(cls, Visibility.PRIVATE, "initialize");
populateMethod(javaMethod, -1, "_initialize", false, false, org.jruby.ext.zlib.JZlibInflate.class, "_initialize", org.jruby.runtime.builtin.IRubyObject.class, ARG0_ARY);
aliasedMethod = cls.putMethod(runtime, "initialize", javaMethod);
javaMethod = new org.jruby.ext.zlib.JZlibInflate$INVOKER$i$1$0$sync(cls, Visibility.PUBLIC, "sync");
populateMethod(javaMethod, 1, "sync", false, false, org.jruby.ext.zlib.JZlibInflate.class, "sync", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "sync", javaMethod);
runtime.addBoundMethods("org.jruby.ext.zlib.JZlibInflate", "append", "<<", "s_inflate", "inflate", "inflate", "inflate", "flush_next_out", "flush_next_out", "set_dictionary", "set_dictionary", "sync_point_p", "sync_point?", "_initialize", "initialize", "sync", "sync");
}
static {
}
}