
org.jruby.gen.org$jruby$RubyDir$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$RubyDir$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod;
RubyClass singletonClass = cls.getSingletonClass();
Ruby runtime = cls.getRuntime();
javaMethod = new org.jruby.RubyDir$INVOKER$s$foreach19(singletonClass, Visibility.PUBLIC);
populateMethod(javaMethod, -1, "foreach19", true, false, org.jruby.RubyDir.class, "foreach19", 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, org.jruby.runtime.Block.class});
singletonClass.addMethodAtBootTimeOnly("foreach", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$s$1$0$chroot(singletonClass, Visibility.PUBLIC);
populateMethod(javaMethod, 1, "chroot", true, false, org.jruby.RubyDir.class, "chroot", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.builtin.IRubyObject.class});
singletonClass.addMethodAtBootTimeOnly("chroot", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$s$1$0$open19(singletonClass, Visibility.PUBLIC);
populateMethod(javaMethod, 1, "open19", true, false, org.jruby.RubyDir.class, "open19", 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, org.jruby.runtime.Block.class});
singletonClass.addMethodAtBootTimeOnly("open", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$s$0$1$home(singletonClass, Visibility.PUBLIC);
populateMethod(javaMethod, -1, "home", true, false, org.jruby.RubyDir.class, "home", 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});
singletonClass.addMethodAtBootTimeOnly("home", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$s$0$0$getwd(singletonClass, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "getwd", true, false, org.jruby.RubyDir.class, "getwd", org.jruby.RubyString.class, new Class[] {org.jruby.runtime.builtin.IRubyObject.class});
singletonClass.addMethodAtBootTimeOnly("getwd", javaMethod);
singletonClass.addMethodAtBootTimeOnly("pwd", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$s$0$1$glob(singletonClass, Visibility.PUBLIC);
populateMethod(javaMethod, -1, "glob", true, false, org.jruby.RubyDir.class, "glob", 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, org.jruby.runtime.Block.class});
singletonClass.addMethodAtBootTimeOnly("glob", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$s$0$0$aref(singletonClass, Visibility.PUBLIC);
populateMethod(javaMethod, -1, "aref", true, false, org.jruby.RubyDir.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});
singletonClass.addMethodAtBootTimeOnly("[]", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$s$1$0$exists_p(singletonClass, Visibility.PUBLIC);
populateMethod(javaMethod, 1, "exists_p", true, false, org.jruby.RubyDir.class, "exists_p", 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});
singletonClass.addMethodAtBootTimeOnly("exists?", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$s$entries19(singletonClass, Visibility.PUBLIC);
populateMethod(javaMethod, -1, "entries19", true, false, org.jruby.RubyDir.class, "entries19", org.jruby.RubyArray.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class, org.jruby.runtime.builtin.IRubyObject.class});
singletonClass.addMethodAtBootTimeOnly("entries", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$s$0$1$mkdir19(singletonClass, Visibility.PUBLIC);
populateMethod(javaMethod, -1, "mkdir19", true, false, org.jruby.RubyDir.class, "mkdir19", 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});
singletonClass.addMethodAtBootTimeOnly("mkdir", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$s$1$0$rmdir19(singletonClass, Visibility.PUBLIC);
populateMethod(javaMethod, 1, "rmdir19", true, false, org.jruby.RubyDir.class, "rmdir19", 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});
singletonClass.addMethodAtBootTimeOnly("rmdir", javaMethod);
singletonClass.addMethodAtBootTimeOnly("unlink", javaMethod);
singletonClass.addMethodAtBootTimeOnly("delete", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$s$1$0$exist(singletonClass, Visibility.PUBLIC);
populateMethod(javaMethod, 1, "exist", true, false, org.jruby.RubyDir.class, "exist", 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});
singletonClass.addMethodAtBootTimeOnly("exist?", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$s$0$1$chdir(singletonClass, Visibility.PUBLIC);
populateMethod(javaMethod, -1, "chdir", true, false, org.jruby.RubyDir.class, "chdir", 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, org.jruby.runtime.Block.class});
singletonClass.addMethodAtBootTimeOnly("chdir", javaMethod);
runtime.addBoundMethod("org.jruby.RubyDir","foreach19","foreach");
runtime.addBoundMethod("org.jruby.RubyDir","chroot","chroot");
runtime.addBoundMethod("org.jruby.RubyDir","open19","open");
runtime.addBoundMethod("org.jruby.RubyDir","home","home");
runtime.addBoundMethod("org.jruby.RubyDir","getwd","getwd");
runtime.addBoundMethod("org.jruby.RubyDir","glob","glob");
runtime.addBoundMethod("org.jruby.RubyDir","aref","[]");
runtime.addBoundMethod("org.jruby.RubyDir","exists_p","exists?");
runtime.addBoundMethod("org.jruby.RubyDir","entries19","entries");
runtime.addBoundMethod("org.jruby.RubyDir","mkdir19","mkdir");
runtime.addBoundMethod("org.jruby.RubyDir","rmdir19","rmdir");
runtime.addBoundMethod("org.jruby.RubyDir","exist","exist?");
runtime.addBoundMethod("org.jruby.RubyDir","chdir","chdir");
javaMethod = new org.jruby.RubyDir$INVOKER$i$0$0$to_path(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "to_path", false, false, org.jruby.RubyDir.class, "to_path", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class});
cls.addMethodAtBootTimeOnly("to_path", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$i$0$0$fileno(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "fileno", false, true, org.jruby.RubyDir.class, "fileno", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class});
cls.addMethodAtBootTimeOnly("fileno", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$i$0$0$inspect(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "inspect", false, false, org.jruby.RubyDir.class, "inspect", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {});
cls.addMethodAtBootTimeOnly("inspect", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$i$1$0$set_pos(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 1, "set_pos", false, false, org.jruby.RubyDir.class, "set_pos", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("pos=", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$i$0$0$path(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "path", false, false, org.jruby.RubyDir.class, "path", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class});
cls.addMethodAtBootTimeOnly("path", javaMethod);
cls.addMethodAtBootTimeOnly("to_path", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$i$0$0$read(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "read", false, false, org.jruby.RubyDir.class, "read", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {});
cls.addMethodAtBootTimeOnly("read", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$i$0$0$entries(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "entries", false, false, org.jruby.RubyDir.class, "entries", org.jruby.RubyArray.class, new Class[] {});
cls.addMethodAtBootTimeOnly("entries", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$i$0$0$tell(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "tell", false, false, org.jruby.RubyDir.class, "tell", org.jruby.RubyInteger.class, new Class[] {});
cls.addMethodAtBootTimeOnly("tell", javaMethod);
cls.addMethodAtBootTimeOnly("pos", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$i$each19(cls, Visibility.PUBLIC);
populateMethod(javaMethod, -1, "each19", false, false, org.jruby.RubyDir.class, "each19", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.Block.class});
cls.addMethodAtBootTimeOnly("each", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$i$0$0$rewind(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "rewind", false, false, org.jruby.RubyDir.class, "rewind", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {});
cls.addMethodAtBootTimeOnly("rewind", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$i$1$0$seek(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 1, "seek", false, false, org.jruby.RubyDir.class, "seek", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("seek", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$i$0$0$close(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 0, "close", false, false, org.jruby.RubyDir.class, "close", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {});
cls.addMethodAtBootTimeOnly("close", javaMethod);
javaMethod = new org.jruby.RubyDir$INVOKER$i$1$0$initialize19(cls, Visibility.PUBLIC);
populateMethod(javaMethod, 1, "initialize19", false, false, org.jruby.RubyDir.class, "initialize19", org.jruby.runtime.builtin.IRubyObject.class, new Class[] {org.jruby.runtime.ThreadContext.class, org.jruby.runtime.builtin.IRubyObject.class});
cls.addMethodAtBootTimeOnly("initialize", javaMethod);
runtime.addBoundMethod("org.jruby.RubyDir","to_path","to_path");
runtime.addBoundMethod("org.jruby.RubyDir","fileno","fileno");
runtime.addBoundMethod("org.jruby.RubyDir","inspect","inspect");
runtime.addBoundMethod("org.jruby.RubyDir","set_pos","pos=");
runtime.addBoundMethod("org.jruby.RubyDir","path","path");
runtime.addBoundMethod("org.jruby.RubyDir","read","read");
runtime.addBoundMethod("org.jruby.RubyDir","entries","entries");
runtime.addBoundMethod("org.jruby.RubyDir","tell","tell");
runtime.addBoundMethod("org.jruby.RubyDir","each19","each");
runtime.addBoundMethod("org.jruby.RubyDir","rewind","rewind");
runtime.addBoundMethod("org.jruby.RubyDir","seek","seek");
runtime.addBoundMethod("org.jruby.RubyDir","close","close");
runtime.addBoundMethod("org.jruby.RubyDir","initialize19","initialize");
}
static {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy