/* 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$RubyBinding$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.RubyBinding$INVOKER$i$2$0$local_variable_set(cls, Visibility.PUBLIC, "local_variable_set");
        populateMethod(javaMethod, 2, "local_variable_set", false, false, org.jruby.RubyBinding.class, "local_variable_set", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = cls.putMethod(runtime, "local_variable_set", javaMethod);
        javaMethod = new org.jruby.RubyBinding$INVOKER$i$0$2$eval(cls, Visibility.PUBLIC, "eval");
        populateMethod(javaMethod, -1, "eval", false, false, org.jruby.RubyBinding.class, "eval", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_ARY);
        aliasedMethod = cls.putMethod(runtime, "eval", javaMethod);
        javaMethod = new org.jruby.RubyBinding$INVOKER$i$1$0$local_variable_get(cls, Visibility.PUBLIC, "local_variable_get");
        populateMethod(javaMethod, 1, "local_variable_get", false, false, org.jruby.RubyBinding.class, "local_variable_get", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "local_variable_get", javaMethod);
        javaMethod = new org.jruby.RubyBinding$INVOKER$i$0$0$receiver(cls, Visibility.PUBLIC, "receiver");
        populateMethod(javaMethod, 0, "receiver", false, false, org.jruby.RubyBinding.class, "receiver", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "receiver", javaMethod);
        javaMethod = new org.jruby.RubyBinding$INVOKER$i$1$0$initialize_copy(cls, Visibility.PRIVATE, "initialize_copy");
        populateMethod(javaMethod, 1, "initialize_copy", false, false, org.jruby.RubyBinding.class, "initialize_copy", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "initialize_copy", javaMethod);
        javaMethod = new org.jruby.RubyBinding$INVOKER$i$0$0$local_variables(cls, Visibility.PUBLIC, "local_variables");
        populateMethod(javaMethod, 0, "local_variables", false, false, org.jruby.RubyBinding.class, "local_variables", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "local_variables", javaMethod);
        javaMethod = new org.jruby.RubyBinding$INVOKER$i$0$0$initialize(cls, Visibility.PRIVATE, "initialize");
        populateMethod(javaMethod, 0, "initialize", false, false, org.jruby.RubyBinding.class, "initialize", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "initialize", javaMethod);
        javaMethod = new org.jruby.RubyBinding$INVOKER$i$1$0$local_variable_defined_p(cls, Visibility.PUBLIC, "local_variable_defined?");
        populateMethod(javaMethod, 1, "local_variable_defined_p", false, false, org.jruby.RubyBinding.class, "local_variable_defined_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "local_variable_defined?", javaMethod);

        runtime.addBoundMethods("org.jruby.RubyBinding", "eval", "eval", "receiver", "receiver", "initialize_copy", "initialize_copy", "initialize", "initialize", "local_variable_defined_p", "local_variable_defined?", "local_variable_set", "local_variable_set", "local_variable_get", "local_variable_get", "local_variables", "local_variables");
    }
    static {
    }
}