org.jruby.gen.org$jruby$javasupport$ext$JavaUtilRegex$Pattern$POPULATOR Maven / Gradle / Ivy
/* 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")
public class org$jruby$javasupport$ext$JavaUtilRegex$Pattern$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod;
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, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("=~", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Pattern$INVOKER$s$0$0$casefold_p(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "casefold_p", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Pattern.class, "casefold_p", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("casefold?", 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, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("===", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Pattern$INVOKER$s$1$0$match(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 1, "match", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Pattern.class, "match", 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});
cls.addMethodAtBootTimeOnly("match", javaMethod);
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Pattern","op_match","=~");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Pattern","casefold_p","casefold?");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Pattern","eqq","===");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Pattern","match","match");
}
static {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy