/* 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$RubyMatchData$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$op_aref(cls, Visibility.PUBLIC, "[]");
        populateMethod(javaMethod, -1, "op_aref", false, false, org.jruby.RubyMatchData.class, "op_aref", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "[]", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$0$0$pre_match(cls, Visibility.PUBLIC, "pre_match");
        populateMethod(javaMethod, 0, "pre_match", false, false, org.jruby.RubyMatchData.class, "pre_match", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "pre_match", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$1$0$offset19(cls, Visibility.PUBLIC, "offset");
        populateMethod(javaMethod, 1, "offset19", false, false, org.jruby.RubyMatchData.class, "offset19", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "offset", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$0$0$string(cls, Visibility.PUBLIC, "string");
        populateMethod(javaMethod, 0, "string", false, false, org.jruby.RubyMatchData.class, "string", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "string", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$1$0$end(cls, Visibility.PUBLIC, "end");
        populateMethod(javaMethod, 1, "end", false, false, org.jruby.RubyMatchData.class, "end", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "end", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$1$0$eql_p(cls, Visibility.PUBLIC, "eql?");
        populateMethod(javaMethod, 1, "eql_p", false, false, org.jruby.RubyMatchData.class, "eql_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "eql?", javaMethod);
        cls.putMethod(runtime, "==", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$0$0$to_s(cls, Visibility.PUBLIC, "to_s");
        populateMethod(javaMethod, 0, "to_s", false, false, org.jruby.RubyMatchData.class, "to_s", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_s", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$0$0$names(cls, Visibility.PUBLIC, "names");
        populateMethod(javaMethod, 0, "names", false, false, org.jruby.RubyMatchData.class, "names", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "names", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$0$0$values_at(cls, Visibility.PUBLIC, "values_at");
        populateMethod(javaMethod, -1, "values_at", false, false, org.jruby.RubyMatchData.class, "values_at", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_ARY);
        aliasedMethod = cls.putMethod(runtime, "values_at", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$0$0$size(cls, Visibility.PUBLIC, "size");
        populateMethod(javaMethod, 0, "size", false, false, org.jruby.RubyMatchData.class, "size", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "size", javaMethod);
        cls.putMethod(runtime, "length", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$0$0$captures(cls, Visibility.PUBLIC, "captures");
        populateMethod(javaMethod, 0, "captures", false, false, org.jruby.RubyMatchData.class, "captures", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "captures", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$0$0$post_match(cls, Visibility.PUBLIC, "post_match");
        populateMethod(javaMethod, 0, "post_match", false, false, org.jruby.RubyMatchData.class, "post_match", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "post_match", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$0$0$named_captures(cls, Visibility.PUBLIC, "named_captures");
        populateMethod(javaMethod, 0, "named_captures", false, false, org.jruby.RubyMatchData.class, "named_captures", org.jruby.RubyHash.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "named_captures", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$0$0$to_a(cls, Visibility.PUBLIC, "to_a");
        populateMethod(javaMethod, 0, "to_a", false, false, org.jruby.RubyMatchData.class, "to_a", org.jruby.RubyArray.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_a", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$1$0$begin(cls, Visibility.PUBLIC, "begin");
        populateMethod(javaMethod, 1, "begin", false, false, org.jruby.RubyMatchData.class, "begin", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "begin", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$0$0$hash(cls, Visibility.PUBLIC, "hash");
        populateMethod(javaMethod, 0, "hash", false, false, org.jruby.RubyMatchData.class, "hash", org.jruby.RubyFixnum.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "hash", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$1$0$initialize_copy(cls, Visibility.PRIVATE, "initialize_copy");
        populateMethod(javaMethod, 1, "initialize_copy", false, false, org.jruby.RubyMatchData.class, "initialize_copy", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "initialize_copy", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
        populateMethod(javaMethod, 0, "inspect", false, false, org.jruby.RubyMatchData.class, "inspect", org.jruby.RubyString.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);
        javaMethod = new org.jruby.RubyMatchData$INVOKER$i$0$0$regexp(cls, Visibility.PUBLIC, "regexp");
        populateMethod(javaMethod, 0, "regexp", false, false, org.jruby.RubyMatchData.class, "regexp", org.jruby.RubyRegexp.class, CONTEXT_ARG0_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "regexp", javaMethod);

        runtime.addBoundMethods("org.jruby.RubyMatchData", "eql_p", "eql?", "op_aref", "[]", "offset19", "offset", "size", "size", "pre_match", "pre_match", "string", "string", "end", "end", "to_s", "to_s", "names", "names", "values_at", "values_at", "captures", "captures", "post_match", "post_match", "named_captures", "named_captures", "to_a", "to_a", "begin", "begin", "hash", "hash", "initialize_copy", "initialize_copy", "inspect", "inspect", "regexp", "regexp");
    }
    static {
    }
}