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$RubyEncoding$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.RubyEncoding$INVOKER$s$1$0$setDefaultExternal(singletonClass, Visibility.PUBLIC, "default_external=");
populateMethod(javaMethod, 1, "setDefaultExternal", true, false, org.jruby.RubyEncoding.class, "setDefaultExternal", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = singletonClass.putMethod(runtime, "default_external=", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$s$0$0$aliases(singletonClass, Visibility.PUBLIC, "aliases");
populateMethod(javaMethod, 0, "aliases", true, false, org.jruby.RubyEncoding.class, "aliases", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = singletonClass.putMethod(runtime, "aliases", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$s$0$0$locale_charmap(singletonClass, Visibility.PUBLIC, "locale_charmap");
populateMethod(javaMethod, 0, "locale_charmap", true, false, org.jruby.RubyEncoding.class, "locale_charmap", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = singletonClass.putMethod(runtime, "locale_charmap", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$s$0$0$name_list(singletonClass, Visibility.PUBLIC, "name_list");
populateMethod(javaMethod, 0, "name_list", true, false, org.jruby.RubyEncoding.class, "name_list", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = singletonClass.putMethod(runtime, "name_list", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$s$1$0$find(singletonClass, Visibility.PUBLIC, "find");
populateMethod(javaMethod, 1, "find", true, false, org.jruby.RubyEncoding.class, "find", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = singletonClass.putMethod(runtime, "find", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$s$1$0$_load(singletonClass, Visibility.PUBLIC, "_load");
populateMethod(javaMethod, 1, "_load", true, false, org.jruby.RubyEncoding.class, "_load", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = singletonClass.putMethod(runtime, "_load", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$s$0$0$getDefaultExternal(singletonClass, Visibility.PUBLIC, "default_external");
populateMethod(javaMethod, 0, "getDefaultExternal", true, false, org.jruby.RubyEncoding.class, "getDefaultExternal", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = singletonClass.putMethod(runtime, "default_external", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$s$1$0$setDefaultInternal(singletonClass, Visibility.PUBLIC, "default_internal=");
populateMethod(javaMethod, 1, "setDefaultInternal", true, false, org.jruby.RubyEncoding.class, "setDefaultInternal", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = singletonClass.putMethod(runtime, "default_internal=", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$s$0$0$list(singletonClass, Visibility.PUBLIC, "list");
populateMethod(javaMethod, 0, "list", true, false, org.jruby.RubyEncoding.class, "list", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = singletonClass.putMethod(runtime, "list", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$s$0$0$getDefaultInternal(singletonClass, Visibility.PUBLIC, "default_internal");
populateMethod(javaMethod, 0, "getDefaultInternal", true, false, org.jruby.RubyEncoding.class, "getDefaultInternal", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = singletonClass.putMethod(runtime, "default_internal", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$s$2$0$compatible_p(singletonClass, Visibility.PUBLIC, "compatible?");
populateMethod(javaMethod, 2, "compatible_p", true, false, org.jruby.RubyEncoding.class, "compatible_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG3);
aliasedMethod = singletonClass.putMethod(runtime, "compatible?", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$i$1$0$replicate(cls, Visibility.PUBLIC, "replicate");
populateMethod(javaMethod, 1, "replicate", false, false, org.jruby.RubyEncoding.class, "replicate", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "replicate", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$i$0$0$names(cls, Visibility.PUBLIC, "names");
populateMethod(javaMethod, 0, "names", false, false, org.jruby.RubyEncoding.class, "names", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "names", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$i$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
populateMethod(javaMethod, 0, "inspect", false, false, org.jruby.RubyEncoding.class, "inspect", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$i$0$0$asciiCompatible_p(cls, Visibility.PUBLIC, "ascii_compatible?");
populateMethod(javaMethod, 0, "asciiCompatible_p", false, false, org.jruby.RubyEncoding.class, "asciiCompatible_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "ascii_compatible?", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$i$0$0$to_s(cls, Visibility.PUBLIC, "to_s");
populateMethod(javaMethod, 0, "to_s", false, false, org.jruby.RubyEncoding.class, "to_s", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "to_s", javaMethod);
cls.putMethod(runtime, "name", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$i$1$0$_dump(cls, Visibility.PUBLIC, "_dump");
populateMethod(javaMethod, 1, "_dump", false, false, org.jruby.RubyEncoding.class, "_dump", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "_dump", javaMethod);
javaMethod = new org.jruby.RubyEncoding$INVOKER$i$0$0$dummy_p(cls, Visibility.PUBLIC, "dummy?");
populateMethod(javaMethod, 0, "dummy_p", false, false, org.jruby.RubyEncoding.class, "dummy_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "dummy?", javaMethod);
runtime.addBoundMethods("org.jruby.RubyEncoding", "replicate", "replicate", "aliases", "aliases", "_load", "_load", "getDefaultExternal", "default_external", "setDefaultInternal", "default_internal=", "asciiCompatible_p", "ascii_compatible?", "list", "list", "setDefaultExternal", "default_external=", "names", "names", "locale_charmap", "locale_charmap", "name_list", "name_list", "find", "find", "inspect", "inspect", "to_s", "to_s", "_dump", "_dump", "getDefaultInternal", "default_internal", "compatible_p", "compatible?", "dummy_p", "dummy?");
}
static {
}
}