/* 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$JavaField$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.javasupport.JavaField$INVOKER$i$0$0$final_p(cls, Visibility.PUBLIC, "final?");
        populateMethod(javaMethod, 0, "final_p", false, false, org.jruby.javasupport.JavaField.class, "final_p", org.jruby.RubyBoolean.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "final?", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaField$INVOKER$i$1$0$value(cls, Visibility.PUBLIC, "value");
        populateMethod(javaMethod, 1, "value", false, false, org.jruby.javasupport.JavaField.class, "value", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "value", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaField$INVOKER$i$2$0$set_value(cls, Visibility.PUBLIC, "set_value");
        populateMethod(javaMethod, 2, "set_value", false, false, org.jruby.javasupport.JavaField.class, "set_value", org.jruby.runtime.builtin.IRubyObject.class, ARG2);
        aliasedMethod = cls.putMethod(runtime, "set_value", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaField$INVOKER$i$1$0$set_static_value(cls, Visibility.PUBLIC, "set_static_value");
        populateMethod(javaMethod, 1, "set_static_value", false, false, org.jruby.javasupport.JavaField.class, "set_static_value", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "set_static_value", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaField$INVOKER$i$0$0$value_type(cls, Visibility.PUBLIC, "value_type");
        populateMethod(javaMethod, 0, "value_type", false, false, org.jruby.javasupport.JavaField.class, "value_type", org.jruby.RubyString.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "value_type", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaField$INVOKER$i$0$0$static_value(cls, Visibility.PUBLIC, "static_value");
        populateMethod(javaMethod, 0, "static_value", false, false, org.jruby.javasupport.JavaField.class, "static_value", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "static_value", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaField$INVOKER$i$0$0$static_p(cls, Visibility.PUBLIC, "static?");
        populateMethod(javaMethod, 0, "static_p", false, false, org.jruby.javasupport.JavaField.class, "static_p", org.jruby.RubyBoolean.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "static?", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaField$INVOKER$i$0$0$field_type(cls, Visibility.PUBLIC, "type");
        populateMethod(javaMethod, 0, "field_type", false, false, org.jruby.javasupport.JavaField.class, "field_type", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "type", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaField$INVOKER$i$0$0$public_p(cls, Visibility.PUBLIC, "public?");
        populateMethod(javaMethod, 0, "public_p", false, false, org.jruby.javasupport.JavaField.class, "public_p", org.jruby.RubyBoolean.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "public?", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaField$INVOKER$i$0$0$enum_constant_p(cls, Visibility.PUBLIC, "enum_constant?");
        populateMethod(javaMethod, 0, "enum_constant_p", false, false, org.jruby.javasupport.JavaField.class, "enum_constant_p", org.jruby.RubyBoolean.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "enum_constant?", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaField$INVOKER$i$0$0$to_generic_string(cls, Visibility.PUBLIC, "to_generic_string");
        populateMethod(javaMethod, 0, "to_generic_string", false, false, org.jruby.javasupport.JavaField.class, "to_generic_string", org.jruby.RubyString.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_generic_string", javaMethod);
        javaMethod = new org.jruby.javasupport.JavaField$INVOKER$i$0$0$name(cls, Visibility.PUBLIC, "name");
        populateMethod(javaMethod, 0, "name", false, false, org.jruby.javasupport.JavaField.class, "name", org.jruby.RubyString.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "name", javaMethod);

        runtime.addBoundMethods("org.jruby.javasupport.JavaField", "final_p", "final?", "static_p", "static?", "field_type", "type", "public_p", "public?", "enum_constant_p", "enum_constant?", "value", "value", "set_value", "set_value", "set_static_value", "set_static_value", "value_type", "value_type", "static_value", "static_value", "to_generic_string", "to_generic_string", "name", "name");
    }
    static {
    }
}