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$RubyException$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.RubyException$INVOKER$s$0$1$exception(singletonClass, Visibility.PUBLIC, "exception");
populateMethod(javaMethod, -1, "exception", true, false, org.jruby.RubyException.class, "exception", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY_BLOCK);
aliasedMethod = singletonClass.putMethod(runtime, "exception", javaMethod);
javaMethod = new org.jruby.RubyException$INVOKER$s$1$0$op_eqq(singletonClass, Visibility.PUBLIC, "===");
populateMethod(javaMethod, 1, "op_eqq", true, false, org.jruby.RubyException.class, "op_eqq", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = singletonClass.putMethod(runtime, "===", javaMethod);
javaMethod = new org.jruby.RubyException$INVOKER$i$0$2$initialize(cls, Visibility.PRIVATE, "initialize");
populateMethod(javaMethod, -1, "initialize", false, false, org.jruby.RubyException.class, "initialize", org.jruby.runtime.builtin.IRubyObject.class, ARG0_ARY_BLOCK);
aliasedMethod = cls.putMethod(runtime, "initialize", javaMethod);
javaMethod = new org.jruby.RubyException$INVOKER$i$1$0$set_backtrace(cls, Visibility.PUBLIC, "set_backtrace");
populateMethod(javaMethod, 1, "set_backtrace", false, false, org.jruby.RubyException.class, "set_backtrace", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
aliasedMethod = cls.putMethod(runtime, "set_backtrace", javaMethod);
javaMethod = new org.jruby.RubyException$INVOKER$i$1$0$op_equal(cls, Visibility.PUBLIC, "==");
populateMethod(javaMethod, 1, "op_equal", false, false, org.jruby.RubyException.class, "op_equal", org.jruby.RubyBoolean.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "==", javaMethod);
javaMethod = new org.jruby.RubyException$INVOKER$i$0$1$exception(cls, Visibility.PUBLIC, "exception");
populateMethod(javaMethod, -1, "exception", false, false, org.jruby.RubyException.class, "exception", org.jruby.RubyException.class, ARG0_ARY);
aliasedMethod = cls.putMethod(runtime, "exception", javaMethod);
javaMethod = new org.jruby.RubyException$INVOKER$i$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
populateMethod(javaMethod, 0, "inspect", false, false, org.jruby.RubyException.class, "inspect", org.jruby.RubyString.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);
javaMethod = new org.jruby.RubyException$INVOKER$i$0$0$to_s(cls, Visibility.PUBLIC, "to_s");
populateMethod(javaMethod, 0, "to_s", false, false, org.jruby.RubyException.class, "to_s", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "to_s", javaMethod);
javaMethod = new org.jruby.RubyException$INVOKER$i$0$0$cause(cls, Visibility.PUBLIC, "cause");
populateMethod(javaMethod, 0, "cause", false, false, org.jruby.RubyException.class, "cause", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "cause", javaMethod);
javaMethod = new org.jruby.RubyException$INVOKER$i$0$0$message(cls, Visibility.PUBLIC, "message");
populateMethod(javaMethod, 0, "message", false, false, org.jruby.RubyException.class, "message", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "message", javaMethod);
javaMethod = new org.jruby.RubyException$INVOKER$i$0$0$backtrace(cls, Visibility.PUBLIC, "backtrace");
populateMethod(javaMethod, 0, "backtrace", false, false, org.jruby.RubyException.class, "backtrace", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "backtrace", javaMethod);
javaMethod = new org.jruby.RubyException$INVOKER$i$full_message(cls, Visibility.PUBLIC, "full_message");
populateMethod(javaMethod, -1, "full_message", false, false, org.jruby.RubyException.class, "full_message", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "full_message", javaMethod);
javaMethod = new org.jruby.RubyException$INVOKER$i$0$0$backtrace_locations(cls, Visibility.PUBLIC, "backtrace_locations");
populateMethod(javaMethod, 0, "backtrace_locations", false, false, org.jruby.RubyException.class, "backtrace_locations", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "backtrace_locations", javaMethod);
runtime.addBoundMethods("org.jruby.RubyException", "exception", "exception", "op_equal", "==", "inspect", "inspect", "to_s", "to_s", "cause", "cause", "message", "message", "op_eqq", "===", "initialize", "initialize", "set_backtrace", "set_backtrace", "exception", "exception", "backtrace", "backtrace", "full_message", "full_message");
}
static {
}
}