/* 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$javasupport$ext$JavaLang$Character$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.javasupport.ext.JavaLang$Character$INVOKER$s$0$0$to_i(cls, Visibility.PUBLIC, "to_i");
        populateMethod(javaMethod, 0, "to_i", true, false, org.jruby.javasupport.ext.JavaLang.Character.class, "to_i", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "to_i", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLang$Character$INVOKER$s$1$0$java_identifier_start_p(singletonClass, Visibility.PUBLIC, "java_identifier_start?");
        populateMethod(javaMethod, 1, "java_identifier_start_p", true, false, org.jruby.javasupport.ext.JavaLang.Character.class, "java_identifier_start_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = singletonClass.putMethod(runtime, "java_identifier_start?", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLang$Character$INVOKER$s$1$0$java_identifier_part_p(singletonClass, Visibility.PUBLIC, "java_identifier_part?");
        populateMethod(javaMethod, 1, "java_identifier_part_p", true, false, org.jruby.javasupport.ext.JavaLang.Character.class, "java_identifier_part_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = singletonClass.putMethod(runtime, "java_identifier_part?", javaMethod);

        runtime.addBoundMethods("org.jruby.javasupport.ext.JavaLang.Character", "to_i", "to_i", "java_identifier_start_p", "java_identifier_start?", "java_identifier_part_p", "java_identifier_part?");
    }
    static {
    }
}