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$RubyProcess$Sys$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod, aliasedMethod;
RubyClass singletonClass = cls.getSingletonClass();
Ruby runtime = cls.getRuntime();
javaMethod = new org.jruby.RubyProcess$Sys$INVOKER$s$0$0$getuid(cls, Visibility.PRIVATE, "getuid");
populateMethod(javaMethod, 0, "getuid", true, false, org.jruby.RubyProcess.Sys.class, "getuid", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "getuid", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "getuid", moduleMethod);
javaMethod = new org.jruby.RubyProcess$Sys$INVOKER$s$1$0$setgid(cls, Visibility.PRIVATE, "setgid");
populateMethod(javaMethod, 1, "setgid", true, false, org.jruby.RubyProcess.Sys.class, "setgid", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "setgid", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "setgid", moduleMethod);
javaMethod = new org.jruby.RubyProcess$Sys$INVOKER$s$0$0$getgid(cls, Visibility.PRIVATE, "getgid");
populateMethod(javaMethod, 0, "getgid", true, false, org.jruby.RubyProcess.Sys.class, "getgid", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "getgid", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "getgid", moduleMethod);
javaMethod = new org.jruby.RubyProcess$Sys$INVOKER$s$1$0$seteuid(cls, Visibility.PRIVATE, "seteuid");
populateMethod(javaMethod, 1, "seteuid", true, false, org.jruby.RubyProcess.Sys.class, "seteuid", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "seteuid", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "seteuid", moduleMethod);
javaMethod = new org.jruby.RubyProcess$Sys$INVOKER$s$1$0$setegid(cls, Visibility.PRIVATE, "setegid");
populateMethod(javaMethod, 1, "setegid", true, false, org.jruby.RubyProcess.Sys.class, "setegid", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "setegid", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "setegid", moduleMethod);
javaMethod = new org.jruby.RubyProcess$Sys$INVOKER$s$0$0$geteuid(cls, Visibility.PRIVATE, "geteuid");
populateMethod(javaMethod, 0, "geteuid", true, false, org.jruby.RubyProcess.Sys.class, "geteuid", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "geteuid", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "geteuid", moduleMethod);
javaMethod = new org.jruby.RubyProcess$Sys$INVOKER$s$1$0$setuid(cls, Visibility.PRIVATE, "setuid");
populateMethod(javaMethod, 1, "setuid", true, false, org.jruby.RubyProcess.Sys.class, "setuid", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "setuid", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "setuid", moduleMethod);
javaMethod = new org.jruby.RubyProcess$Sys$INVOKER$s$0$0$getegid(cls, Visibility.PRIVATE, "getegid");
populateMethod(javaMethod, 0, "getegid", true, false, org.jruby.RubyProcess.Sys.class, "getegid", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "getegid", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "getegid", moduleMethod);
runtime.addBoundMethods("org.jruby.RubyProcess.Sys", "getuid", "getuid", "setgid", "setgid", "getgid", "getgid", "seteuid", "seteuid", "setegid", "setegid", "geteuid", "geteuid", "setuid", "setuid", "getegid", "getegid");
}
static {
}
}