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