All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jruby.gen.org$jruby$javasupport$Java$POPULATOR Maven / Gradle / Ivy

There is a newer version: 9.4.9.0
Show newest version
/* 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.CompatVersion;
import org.jruby.anno.TypePopulator;
import org.jruby.internal.runtime.methods.CallConfiguration;
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.compiler.ASTInspector;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Generated;
@Generated("org.jruby.anno.AnnotationBinder")
public class org$jruby$javasupport$Java$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod;
        RubyClass singletonClass = cls.getSingletonClass();
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.javasupport.Java$INVOKER$s$1$0$const_missing(singletonClass, Visibility.PUBLIC);
        populateMethod(javaMethod, 1, "const_missing", true, CallConfiguration.FrameNoneScopeNone, false, org.jruby.javasupport.Java.class, "const_missing", 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});
        singletonClass.addMethodAtBootTimeOnly("const_missing", javaMethod);
        javaMethod = new org.jruby.javasupport.Java$INVOKER$s$1$0$ruby_to_java(cls, Visibility.PRIVATE);
        populateMethod(javaMethod, 1, "ruby_to_java", true, CallConfiguration.FrameFullScopeNone, false, org.jruby.javasupport.Java.class, "ruby_to_java", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.Block.class});
        cls.addMethodAtBootTimeOnly("ruby_to_java", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        singletonClass.addMethodAtBootTimeOnly("ruby_to_java", moduleMethod);
        javaMethod = new org.jruby.javasupport.Java$INVOKER$s$1$0$java_to_primitive(cls, Visibility.PRIVATE);
        populateMethod(javaMethod, 1, "java_to_primitive", true, CallConfiguration.FrameFullScopeNone, false, org.jruby.javasupport.Java.class, "java_to_primitive", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.Block.class});
        cls.addMethodAtBootTimeOnly("java_to_primitive", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        singletonClass.addMethodAtBootTimeOnly("java_to_primitive", moduleMethod);
        javaMethod = new org.jruby.javasupport.Java$INVOKER$s$1$0$java_to_ruby(cls, Visibility.PRIVATE);
        populateMethod(javaMethod, 1, "java_to_ruby", true, CallConfiguration.FrameFullScopeNone, false, org.jruby.javasupport.Java.class, "java_to_ruby", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.Block.class});
        cls.addMethodAtBootTimeOnly("java_to_ruby", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        singletonClass.addMethodAtBootTimeOnly("java_to_ruby", moduleMethod);
        javaMethod = new org.jruby.javasupport.Java$INVOKER$s$2$0$new_proxy_instance2(cls, Visibility.PRIVATE);
        populateMethod(javaMethod, 2, "new_proxy_instance2", true, CallConfiguration.FrameNoneScopeNone, false, org.jruby.javasupport.Java.class, "new_proxy_instance2", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.Block.class});
        cls.addMethodAtBootTimeOnly("new_proxy_instance2", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        singletonClass.addMethodAtBootTimeOnly("new_proxy_instance2", moduleMethod);
        javaMethod = new org.jruby.javasupport.Java$INVOKER$s$method_missing(singletonClass, Visibility.PUBLIC);
        populateMethod(javaMethod, -1, "method_missing", true, CallConfiguration.FrameNoneScopeNone, false, org.jruby.javasupport.Java.class, "method_missing", 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});
        singletonClass.addMethodAtBootTimeOnly("method_missing", javaMethod);
        runtime.addBoundMethod("org.jruby.javasupport.Java","const_missing","const_missing");
        runtime.addBoundMethod("org.jruby.javasupport.Java","ruby_to_java","ruby_to_java");
        runtime.addBoundMethod("org.jruby.javasupport.Java","java_to_primitive","java_to_primitive");
        runtime.addBoundMethod("org.jruby.javasupport.Java","java_to_ruby","java_to_ruby");
        runtime.addBoundMethod("org.jruby.javasupport.Java","new_proxy_instance2","new_proxy_instance2");
        runtime.addBoundMethod("org.jruby.javasupport.Java","method_missing","method_missing");
    }
    static {
        ASTInspector.addFrameAwareMethods("java_to_ruby","java_to_primitive","ruby_to_java");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy