org.jruby.gen.org$jruby$javasupport$ext$JavaLangReflect$Method$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")
public class org$jruby$javasupport$ext$JavaLangReflect$Method$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod;
Ruby runtime = cls.getRuntime();
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$protected_p(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "protected_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "protected_p", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("protected?", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$public_p(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "public_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "public_p", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("public?", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$abstract_p(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "abstract_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "abstract_p", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("abstract?", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$inspect(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "inspect", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "inspect", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("inspect", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$invoke_static(cls, Visibility.PUBLIC);
populateMethod(javaMethod, -1, "invoke_static", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "invoke_static", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.builtin.IRubyObject[].class});
cls.addMethodAtBootTimeOnly("invoke_static", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$final_p(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "final_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "final_p", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("final?", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$argument_types(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "argument_types", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "argument_types", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("argument_types", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$return_type(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "return_type", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "return_type", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("return_type", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$static_p(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "static_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "static_p", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("static?", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaLangReflect$Method$INVOKER$s$0$0$private_p(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "private_p", true, false, org.jruby.javasupport.ext.JavaLangReflect.Method.class, "private_p", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("private?", javaMethod);
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaLangReflect.Method","protected_p","protected?");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaLangReflect.Method","public_p","public?");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaLangReflect.Method","abstract_p","abstract?");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaLangReflect.Method","inspect","inspect");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaLangReflect.Method","invoke_static","invoke_static");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaLangReflect.Method","final_p","final?");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaLangReflect.Method","argument_types","argument_types");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaLangReflect.Method","return_type","return_type");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaLangReflect.Method","static_p","static?");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaLangReflect.Method","private_p","private?");
}
static {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy