/* 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$RubyClass$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.RubyClass$INVOKER$i$newInstance(cls, Visibility.PUBLIC, "new");
        populateMethod(javaMethod, -1, "newInstance", false, false, org.jruby.RubyClass.class, "newInstance", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "new", javaMethod);
        javaMethod = new org.jruby.RubyClass$INVOKER$i$0$0$allocate(cls, Visibility.PUBLIC, "allocate");
        populateMethod(javaMethod, 0, "allocate", false, false, org.jruby.RubyClass.class, "allocate", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "allocate", javaMethod);
        javaMethod = new org.jruby.RubyClass$INVOKER$i$1$0$inherited(cls, Visibility.PRIVATE, "inherited");
        populateMethod(javaMethod, 1, "inherited", false, false, org.jruby.RubyClass.class, "inherited", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "inherited", javaMethod);
        javaMethod = new org.jruby.RubyClass$INVOKER$i$0$0$superclass(cls, Visibility.PUBLIC, "superclass");
        populateMethod(javaMethod, 0, "superclass", false, false, org.jruby.RubyClass.class, "superclass", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "superclass", javaMethod);
        javaMethod = new org.jruby.RubyClass$INVOKER$i$1$0$initialize_copy(cls, Visibility.PRIVATE, "initialize_copy");
        populateMethod(javaMethod, 1, "initialize_copy", false, false, org.jruby.RubyClass.class, "initialize_copy", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "initialize_copy", javaMethod);
        javaMethod = new org.jruby.RubyClass$INVOKER$i$initialize19(cls, Visibility.PRIVATE, "initialize");
        populateMethod(javaMethod, -1, "initialize19", false, false, org.jruby.RubyClass.class, "initialize19", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "initialize", javaMethod);

        runtime.addBoundMethods("org.jruby.RubyClass", "allocate", "allocate", "inherited", "inherited", "superclass", "superclass", "initialize_copy", "initialize_copy", "initialize19", "initialize");
    }
    static {
    }
}