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$RubyStatus$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod, aliasedMethod;
Ruby runtime = cls.getRuntime();
javaMethod = new org.jruby.RubyProcess$RubyStatus$INVOKER$i$0$0$stopsig(cls, Visibility.PUBLIC, "stopsig");
populateMethod(javaMethod, 0, "stopsig", false, false, org.jruby.RubyProcess.RubyStatus.class, "stopsig", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "stopsig", javaMethod);
javaMethod = new org.jruby.RubyProcess$RubyStatus$INVOKER$i$1$0$op_rshift(cls, Visibility.PUBLIC, ">>");
populateMethod(javaMethod, 1, "op_rshift", false, false, org.jruby.RubyProcess.RubyStatus.class, "op_rshift", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, ">>", javaMethod);
javaMethod = new org.jruby.RubyProcess$RubyStatus$INVOKER$i$1$0$op_equal(cls, Visibility.PUBLIC, "==");
populateMethod(javaMethod, 1, "op_equal", false, false, org.jruby.RubyProcess.RubyStatus.class, "op_equal", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "==", javaMethod);
javaMethod = new org.jruby.RubyProcess$RubyStatus$INVOKER$i$0$0$signaled(cls, Visibility.PUBLIC, "signaled?");
populateMethod(javaMethod, 0, "signaled", false, false, org.jruby.RubyProcess.RubyStatus.class, "signaled", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "signaled?", javaMethod);
javaMethod = new org.jruby.RubyProcess$RubyStatus$INVOKER$i$0$0$termsig(cls, Visibility.PUBLIC, "termsig");
populateMethod(javaMethod, 0, "termsig", false, false, org.jruby.RubyProcess.RubyStatus.class, "termsig", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "termsig", javaMethod);
javaMethod = new org.jruby.RubyProcess$RubyStatus$INVOKER$i$1$0$op_and(cls, Visibility.PUBLIC, "&");
populateMethod(javaMethod, 1, "op_and", false, false, org.jruby.RubyProcess.RubyStatus.class, "op_and", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
aliasedMethod = cls.putMethod(runtime, "&", javaMethod);
javaMethod = new org.jruby.RubyProcess$RubyStatus$INVOKER$i$0$0$success_p(cls, Visibility.PUBLIC, "success?");
populateMethod(javaMethod, 0, "success_p", false, false, org.jruby.RubyProcess.RubyStatus.class, "success_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "success?", javaMethod);
javaMethod = new org.jruby.RubyProcess$RubyStatus$INVOKER$i$0$0$pid(cls, Visibility.PUBLIC, "pid");
populateMethod(javaMethod, 0, "pid", false, false, org.jruby.RubyProcess.RubyStatus.class, "pid", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "pid", javaMethod);
javaMethod = new org.jruby.RubyProcess$RubyStatus$INVOKER$i$0$0$stopped_p(cls, Visibility.PUBLIC, "stopped?");
populateMethod(javaMethod, 0, "stopped_p", false, false, org.jruby.RubyProcess.RubyStatus.class, "stopped_p", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "stopped?", javaMethod);
javaMethod = new org.jruby.RubyProcess$RubyStatus$INVOKER$i$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
populateMethod(javaMethod, 0, "inspect", false, false, org.jruby.RubyProcess.RubyStatus.class, "inspect", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);
javaMethod = new org.jruby.RubyProcess$RubyStatus$INVOKER$i$0$0$exitstatus(cls, Visibility.PUBLIC, "exitstatus");
populateMethod(javaMethod, 0, "exitstatus", false, false, org.jruby.RubyProcess.RubyStatus.class, "exitstatus", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "exitstatus", javaMethod);
javaMethod = new org.jruby.RubyProcess$RubyStatus$INVOKER$i$0$0$to_i(cls, Visibility.PUBLIC, "to_i");
populateMethod(javaMethod, 0, "to_i", false, false, org.jruby.RubyProcess.RubyStatus.class, "to_i", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "to_i", javaMethod);
javaMethod = new org.jruby.RubyProcess$RubyStatus$INVOKER$i$0$0$exited(cls, Visibility.PUBLIC, "exited?");
populateMethod(javaMethod, 0, "exited", false, false, org.jruby.RubyProcess.RubyStatus.class, "exited", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "exited?", javaMethod);
javaMethod = new org.jruby.RubyProcess$RubyStatus$INVOKER$i$0$0$coredump_p(cls, Visibility.PUBLIC, "coredump?");
populateMethod(javaMethod, 0, "coredump_p", false, false, org.jruby.RubyProcess.RubyStatus.class, "coredump_p", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "coredump?", javaMethod);
javaMethod = new org.jruby.RubyProcess$RubyStatus$INVOKER$i$0$0$to_s(cls, Visibility.PUBLIC, "to_s");
populateMethod(javaMethod, 0, "to_s", false, false, org.jruby.RubyProcess.RubyStatus.class, "to_s", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "to_s", javaMethod);
runtime.addBoundMethods("org.jruby.RubyProcess.RubyStatus", "stopsig", "stopsig", "op_rshift", ">>", "op_equal", "==", "stopped_p", "stopped?", "signaled", "signaled?", "termsig", "termsig", "to_i", "to_i", "op_and", "&", "exited", "exited?", "coredump_p", "coredump?", "success_p", "success?", "pid", "pid", "inspect", "inspect", "exitstatus", "exitstatus", "to_s", "to_s");
}
static {
}
}