/* 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$javasupport$ext$JavaLang$Throwable$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.javasupport.ext.JavaLang$Throwable$INVOKER$s$1$0$set_backtrace(cls, Visibility.PUBLIC, "set_backtrace");
        populateMethod(javaMethod, 1, "set_backtrace", true, false, org.jruby.javasupport.ext.JavaLang.Throwable.class, "set_backtrace", org.jruby.runtime.builtin.IRubyObject.class, ARG2);
        aliasedMethod = cls.putMethod(runtime, "set_backtrace", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLang$Throwable$INVOKER$s$0$0$to_s(cls, Visibility.PUBLIC, "to_s");
        populateMethod(javaMethod, 0, "to_s", true, false, org.jruby.javasupport.ext.JavaLang.Throwable.class, "to_s", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "to_s", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLang$Throwable$INVOKER$s$1$0$eqq(singletonClass, Visibility.PUBLIC, "===");
        populateMethod(javaMethod, 1, "eqq", true, false, org.jruby.javasupport.ext.JavaLang.Throwable.class, "eqq", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = singletonClass.putMethod(runtime, "===", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLang$Throwable$INVOKER$s$0$0$backtrace(cls, Visibility.PUBLIC, "backtrace");
        populateMethod(javaMethod, 0, "backtrace", true, false, org.jruby.javasupport.ext.JavaLang.Throwable.class, "backtrace", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "backtrace", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLang$Throwable$INVOKER$s$0$0$message(cls, Visibility.PUBLIC, "message");
        populateMethod(javaMethod, 0, "message", true, false, org.jruby.javasupport.ext.JavaLang.Throwable.class, "message", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "message", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLang$Throwable$INVOKER$s$full_message(cls, Visibility.PUBLIC, "full_message");
        populateMethod(javaMethod, -1, "full_message", true, false, org.jruby.javasupport.ext.JavaLang.Throwable.class, "full_message", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "full_message", javaMethod);
        javaMethod = new org.jruby.javasupport.ext.JavaLang$Throwable$INVOKER$s$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
        populateMethod(javaMethod, 0, "inspect", true, false, org.jruby.javasupport.ext.JavaLang.Throwable.class, "inspect", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);

        runtime.addBoundMethods("org.jruby.javasupport.ext.JavaLang.Throwable", "eqq", "===", "set_backtrace", "set_backtrace", "to_s", "to_s", "backtrace", "backtrace", "message", "message", "full_message", "full_message", "inspect", "inspect");
    }
    static {
    }
}