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$RubyUncaughtThrowError$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod, aliasedMethod;
Ruby runtime = cls.getRuntime();
javaMethod = new org.jruby.RubyUncaughtThrowError$INVOKER$i$0$1$initialize(cls, Visibility.PRIVATE, "initialize");
populateMethod(javaMethod, -1, "initialize", false, false, org.jruby.RubyUncaughtThrowError.class, "initialize", org.jruby.runtime.builtin.IRubyObject.class, ARG0_ARY_BLOCK);
aliasedMethod = cls.putMethod(runtime, "initialize", javaMethod);
javaMethod = new org.jruby.RubyUncaughtThrowError$INVOKER$i$0$0$value(cls, Visibility.PUBLIC, "value");
populateMethod(javaMethod, 0, "value", false, false, org.jruby.RubyUncaughtThrowError.class, "value", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "value", javaMethod);
javaMethod = new org.jruby.RubyUncaughtThrowError$INVOKER$i$0$0$tag(cls, Visibility.PUBLIC, "tag");
populateMethod(javaMethod, 0, "tag", false, false, org.jruby.RubyUncaughtThrowError.class, "tag", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "tag", javaMethod);
runtime.addBoundMethods("org.jruby.RubyUncaughtThrowError", "initialize", "initialize", "value", "value", "tag", "tag");
}
static {
}
}