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$JavaLangReflect$Field$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod, aliasedMethod;
Ruby runtime = cls.getRuntime();
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Field$INVOKER$s$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
populateMethod(javaMethod, 0, "inspect", true, false, org.jruby.javasupport.ext.JavaLangReflect.Field.class, "inspect", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Field$INVOKER$s$0$0$final_p(cls, Visibility.PUBLIC, "final?");
populateMethod(javaMethod, 0, "final_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Field.class, "final_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
aliasedMethod = cls.putMethod(runtime, "final?", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Field$INVOKER$s$1$0$value(cls, Visibility.PUBLIC, "value");
populateMethod(javaMethod, 1, "value", true, false, org.jruby.javasupport.ext.JavaLangReflect.Field.class, "value", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "value", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Field$INVOKER$s$1$0$set_static_value(cls, Visibility.PUBLIC, "set_static_value");
populateMethod(javaMethod, 1, "set_static_value", true, false, org.jruby.javasupport.ext.JavaLangReflect.Field.class, "set_static_value", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "set_static_value", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Field$INVOKER$s$0$0$protected_p(cls, Visibility.PUBLIC, "protected?");
populateMethod(javaMethod, 0, "protected_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Field.class, "protected_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
aliasedMethod = cls.putMethod(runtime, "protected?", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Field$INVOKER$s$0$0$value_type(cls, Visibility.PUBLIC, "value_type");
populateMethod(javaMethod, 0, "value_type", true, false, org.jruby.javasupport.ext.JavaLangReflect.Field.class, "value_type", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "value_type", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Field$INVOKER$s$2$0$set_value(cls, Visibility.PUBLIC, "set_value");
populateMethod(javaMethod, 2, "set_value", true, false, org.jruby.javasupport.ext.JavaLangReflect.Field.class, "set_value", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG3);
aliasedMethod = cls.putMethod(runtime, "set_value", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Field$INVOKER$s$0$0$static_value(cls, Visibility.PUBLIC, "static_value");
populateMethod(javaMethod, 0, "static_value", true, false, org.jruby.javasupport.ext.JavaLangReflect.Field.class, "static_value", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "static_value", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Field$INVOKER$s$0$0$static_p(cls, Visibility.PUBLIC, "static?");
populateMethod(javaMethod, 0, "static_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Field.class, "static_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
aliasedMethod = cls.putMethod(runtime, "static?", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Field$INVOKER$s$0$0$public_p(cls, Visibility.PUBLIC, "public?");
populateMethod(javaMethod, 0, "public_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Field.class, "public_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
aliasedMethod = cls.putMethod(runtime, "public?", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Field$INVOKER$s$0$0$private_p(cls, Visibility.PUBLIC, "private?");
populateMethod(javaMethod, 0, "private_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Field.class, "private_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
aliasedMethod = cls.putMethod(runtime, "private?", javaMethod);
runtime.addBoundMethods("org.jruby.javasupport.ext.JavaLangReflect.Field", "final_p", "final?", "protected_p", "protected?", "static_p", "static?", "public_p", "public?", "private_p", "private?", "inspect", "inspect", "value", "value", "set_static_value", "set_static_value", "value_type", "value_type", "set_value", "set_value", "static_value", "static_value");
}
static {
}
}