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$javasupport$ext$JavaUtilRegex$Pattern$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod, aliasedMethod;
Ruby runtime = cls.getRuntime();
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Pattern$INVOKER$s$1$0$op_match(cls, Visibility.PUBLIC, "=~");
populateMethod(javaMethod, 1, "op_match", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Pattern.class, "op_match", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "=~", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Pattern$INVOKER$s$1$0$match(cls, Visibility.PUBLIC, "match");
populateMethod(javaMethod, 1, "match", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Pattern.class, "match", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "match", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Pattern$INVOKER$s$1$0$eqq(cls, Visibility.PUBLIC, "===");
populateMethod(javaMethod, 1, "eqq", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Pattern.class, "eqq", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "===", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Pattern$INVOKER$s$0$0$casefold_p(cls, Visibility.PUBLIC, "casefold?");
populateMethod(javaMethod, 0, "casefold_p", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Pattern.class, "casefold_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "casefold?", javaMethod);
runtime.addBoundMethods("org.jruby.javasupport.ext.JavaUtilRegex.Pattern", "op_match", "=~", "match", "match", "eqq", "===", "casefold_p", "casefold?");
}
static {
}
}