org.jruby.gen.org$jruby$javasupport$ext$JavaLangReflect$Constructor$POPULATOR Maven / Gradle / Ivy
/* 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$JavaLangReflect$Constructor$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$Constructor$INVOKER$s$0$0$final_p(cls, Visibility.PUBLIC, "final?");
populateMethod(javaMethod, 0, "final_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Constructor.class, "final_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
aliasedMethod = cls.putMethod(runtime, "final?", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Constructor$INVOKER$s$0$0$protected_p(cls, Visibility.PUBLIC, "protected?");
populateMethod(javaMethod, 0, "protected_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Constructor.class, "protected_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
aliasedMethod = cls.putMethod(runtime, "protected?", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Constructor$INVOKER$s$0$0$return_type(cls, Visibility.PUBLIC, "return_type");
populateMethod(javaMethod, 0, "return_type", true, false, org.jruby.javasupport.ext.JavaLangReflect.Constructor.class, "return_type", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "return_type", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Constructor$INVOKER$s$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
populateMethod(javaMethod, 0, "inspect", true, false, org.jruby.javasupport.ext.JavaLangReflect.Constructor.class, "inspect", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Constructor$INVOKER$s$0$0$static_p(cls, Visibility.PUBLIC, "static?");
populateMethod(javaMethod, 0, "static_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Constructor.class, "static_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
aliasedMethod = cls.putMethod(runtime, "static?", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Constructor$INVOKER$s$0$0$argument_types(cls, Visibility.PUBLIC, "argument_types");
populateMethod(javaMethod, 0, "argument_types", true, false, org.jruby.javasupport.ext.JavaLangReflect.Constructor.class, "argument_types", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "argument_types", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Constructor$INVOKER$s$0$0$public_p(cls, Visibility.PUBLIC, "public?");
populateMethod(javaMethod, 0, "public_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Constructor.class, "public_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
aliasedMethod = cls.putMethod(runtime, "public?", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Constructor$INVOKER$s$0$0$private_p(cls, Visibility.PUBLIC, "private?");
populateMethod(javaMethod, 0, "private_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Constructor.class, "private_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
aliasedMethod = cls.putMethod(runtime, "private?", javaMethod);
runtime.addBoundMethods("org.jruby.javasupport.ext.JavaLangReflect.Constructor", "final_p", "final?", "protected_p", "protected?", "static_p", "static?", "public_p", "public?", "private_p", "private?", "return_type", "return_type", "inspect", "inspect", "argument_types", "argument_types");
}
static {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy