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$UserID$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$UserID$INVOKER$s$1$0$change_privilege(cls, Visibility.PRIVATE, "change_privilege");
populateMethod(javaMethod, 1, "change_privilege", true, false, org.jruby.RubyProcess.UserID.class, "change_privilege", org.jruby.runtime.builtin.IRubyObject.class, ARG2);
aliasedMethod = cls.putMethod(runtime, "change_privilege", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "change_privilege", moduleMethod);
javaMethod = new org.jruby.RubyProcess$UserID$INVOKER$s$0$0$re_exchange(cls, Visibility.PRIVATE, "re_exchange");
populateMethod(javaMethod, 0, "re_exchange", true, false, org.jruby.RubyProcess.UserID.class, "re_exchange", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "re_exchange", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "re_exchange", moduleMethod);
javaMethod = new org.jruby.RubyProcess$UserID$INVOKER$s$0$0$eid(cls, Visibility.PRIVATE, "eid");
populateMethod(javaMethod, 0, "eid", true, false, org.jruby.RubyProcess.UserID.class, "eid", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "eid", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "eid", moduleMethod);
javaMethod = new org.jruby.RubyProcess$UserID$INVOKER$s$1$0$eid(cls, Visibility.PRIVATE, "eid=");
populateMethod(javaMethod, 1, "eid", true, false, org.jruby.RubyProcess.UserID.class, "eid", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "eid=", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "eid=", moduleMethod);
javaMethod = new org.jruby.RubyProcess$UserID$INVOKER$s$0$0$sid_available_p(cls, Visibility.PRIVATE, "sid_available?");
populateMethod(javaMethod, 0, "sid_available_p", true, false, org.jruby.RubyProcess.UserID.class, "sid_available_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
aliasedMethod = cls.putMethod(runtime, "sid_available?", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "sid_available?", moduleMethod);
javaMethod = new org.jruby.RubyProcess$UserID$INVOKER$s$0$0$re_exchangeable_p(cls, Visibility.PRIVATE, "re_exchangeable?");
populateMethod(javaMethod, 0, "re_exchangeable_p", true, false, org.jruby.RubyProcess.UserID.class, "re_exchangeable_p", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
aliasedMethod = cls.putMethod(runtime, "re_exchangeable?", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "re_exchangeable?", moduleMethod);
javaMethod = new org.jruby.RubyProcess$UserID$INVOKER$s$1$0$grant_privilege(cls, Visibility.PRIVATE, "grant_privilege");
populateMethod(javaMethod, 1, "grant_privilege", true, false, org.jruby.RubyProcess.UserID.class, "grant_privilege", org.jruby.runtime.builtin.IRubyObject.class, ARG2);
aliasedMethod = cls.putMethod(runtime, "grant_privilege", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "grant_privilege", moduleMethod);
javaMethod = new org.jruby.RubyProcess$UserID$INVOKER$s$0$0$rid(cls, Visibility.PRIVATE, "rid");
populateMethod(javaMethod, 0, "rid", true, false, org.jruby.RubyProcess.UserID.class, "rid", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "rid", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "rid", moduleMethod);
javaMethod = new org.jruby.RubyProcess$UserID$INVOKER$s$0$0$switch_rb(cls, Visibility.PRIVATE, "switch");
populateMethod(javaMethod, 0, "switch_rb", true, false, org.jruby.RubyProcess.UserID.class, "switch_rb", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_BLOCK);
aliasedMethod = cls.putMethod(runtime, "switch", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "switch", moduleMethod);
runtime.addBoundMethods("org.jruby.RubyProcess.UserID", "change_privilege", "change_privilege", "re_exchange", "re_exchange", "eid", "eid", "eid", "eid=", "sid_available_p", "sid_available?", "re_exchangeable_p", "re_exchangeable?", "grant_privilege", "grant_privilege", "rid", "rid", "switch_rb", "switch");
}
static {
}
}