org.jruby.gen.org$jruby$javasupport$ext$JavaUtilRegex$Matcher$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$Matcher$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$Matcher$INVOKER$s$0$0$to_a(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "to_a", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Matcher.class, "to_a", org.jruby.RubyArray.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("to_a", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Matcher$INVOKER$s$0$0$pre_match(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "pre_match", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Matcher.class, "pre_match", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("pre_match", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Matcher$INVOKER$s$aref(cls, Visibility.PUBLIC);
populateMethod(javaMethod, -1, "aref", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Matcher.class, "aref", 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$Matcher$INVOKER$s$0$0$captures(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "captures", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Matcher.class, "captures", org.jruby.RubyArray.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("captures", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Matcher$INVOKER$s$0$0$post_match(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "post_match", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Matcher.class, "post_match", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("post_match", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Matcher$INVOKER$s$0$0$size(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "size", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Matcher.class, "size", org.jruby.RubyFixnum.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("length", javaMethod);
cls.addMethodAtBootTimeOnly("size", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Matcher$INVOKER$s$0$0$string(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "string", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Matcher.class, "string", org.jruby.RubyString.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("string", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Matcher$INVOKER$s$1$0$begin(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 1, "begin", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Matcher.class, "begin", 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("begin", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Matcher$INVOKER$s$1$0$offset(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 1, "offset", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Matcher.class, "offset", 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("offset", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Matcher$INVOKER$s$0$0$regexp(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "regexp", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Matcher.class, "regexp", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("regexp", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Matcher$INVOKER$s$0$0$values_at(cls, Visibility.PUBLIC);
populateMethod(javaMethod, -1, "values_at", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Matcher.class, "values_at", 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("values_at", javaMethod);
javaMethod = new org.jruby.javasupport.ext.JavaUtilRegex$Matcher$INVOKER$s$1$0$end(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 1, "end", true, false, org.jruby.javasupport.ext.JavaUtilRegex.Matcher.class, "end", 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("end", javaMethod);
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Matcher","to_a","to_a");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Matcher","pre_match","pre_match");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Matcher","aref","[]");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Matcher","captures","captures");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Matcher","post_match","post_match");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Matcher","size","length");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Matcher","string","string");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Matcher","begin","begin");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Matcher","offset","offset");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Matcher","regexp","regexp");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Matcher","values_at","values_at");
runtime.addBoundMethod("org.jruby.javasupport.ext.JavaUtilRegex.Matcher","end","end");
}
static {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy