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$RubyConverter$EncodingErrorMethods$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod, aliasedMethod;
Ruby runtime = cls.getRuntime();
javaMethod = new org.jruby.RubyConverter$EncodingErrorMethods$INVOKER$s$0$0$destination_encoding_name(cls, Visibility.PUBLIC, "destination_encoding_name");
populateMethod(javaMethod, 0, "destination_encoding_name", true, false, org.jruby.RubyConverter.EncodingErrorMethods.class, "destination_encoding_name", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "destination_encoding_name", javaMethod);
javaMethod = new org.jruby.RubyConverter$EncodingErrorMethods$INVOKER$s$0$0$destination_encoding(cls, Visibility.PUBLIC, "destination_encoding");
populateMethod(javaMethod, 0, "destination_encoding", true, false, org.jruby.RubyConverter.EncodingErrorMethods.class, "destination_encoding", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "destination_encoding", javaMethod);
javaMethod = new org.jruby.RubyConverter$EncodingErrorMethods$INVOKER$s$0$0$source_encoding(cls, Visibility.PUBLIC, "source_encoding");
populateMethod(javaMethod, 0, "source_encoding", true, false, org.jruby.RubyConverter.EncodingErrorMethods.class, "source_encoding", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "source_encoding", javaMethod);
javaMethod = new org.jruby.RubyConverter$EncodingErrorMethods$INVOKER$s$0$0$source_encoding_name(cls, Visibility.PUBLIC, "source_encoding_name");
populateMethod(javaMethod, 0, "source_encoding_name", true, false, org.jruby.RubyConverter.EncodingErrorMethods.class, "source_encoding_name", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "source_encoding_name", javaMethod);
runtime.addBoundMethods("org.jruby.RubyConverter.EncodingErrorMethods", "destination_encoding_name", "destination_encoding_name", "destination_encoding", "destination_encoding", "source_encoding", "source_encoding", "source_encoding_name", "source_encoding_name");
}
static {
}
}