/* 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")
@SuppressWarnings("deprecation")
public class org$jruby$RubySystemExit$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.RubySystemExit$INVOKER$i$0$2$initialize(cls, Visibility.PRIVATE, "initialize");
        populateMethod(javaMethod, -1, "initialize", false, false, org.jruby.RubySystemExit.class, "initialize", org.jruby.runtime.builtin.IRubyObject.class, ARG0_ARY_BLOCK);
        aliasedMethod = cls.putMethod(runtime, "initialize", javaMethod);
        javaMethod = new org.jruby.RubySystemExit$INVOKER$i$0$0$success_p(cls, Visibility.PUBLIC, "success?");
        populateMethod(javaMethod, 0, "success_p", false, false, org.jruby.RubySystemExit.class, "success_p", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "success?", javaMethod);
        javaMethod = new org.jruby.RubySystemExit$INVOKER$i$0$0$status(cls, Visibility.PUBLIC, "status");
        populateMethod(javaMethod, 0, "status", false, false, org.jruby.RubySystemExit.class, "status", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "status", javaMethod);

        runtime.addBoundMethods("org.jruby.RubySystemExit", "success_p", "success?", "initialize", "initialize", "status", "status");
    }
    static {
    }
}