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$ext$thread$ConditionVariable$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.ext.thread.ConditionVariable$INVOKER$s$0$0$newInstance(singletonClass, Visibility.PUBLIC, "new");
populateMethod(javaMethod, -1, "newInstance", true, false, org.jruby.ext.thread.ConditionVariable.class, "newInstance", org.jruby.ext.thread.ConditionVariable.class, CONTEXT_ARG1_ARY_BLOCK);
aliasedMethod = singletonClass.putMethod(runtime, "new", javaMethod);
javaMethod = new org.jruby.ext.thread.ConditionVariable$INVOKER$i$0$0$broadcast(cls, Visibility.PUBLIC, "broadcast");
populateMethod(javaMethod, 0, "broadcast", false, false, org.jruby.ext.thread.ConditionVariable.class, "broadcast", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "broadcast", javaMethod);
javaMethod = new org.jruby.ext.thread.ConditionVariable$INVOKER$i$wait_ruby(cls, Visibility.PUBLIC, "wait");
populateMethod(javaMethod, -1, "wait_ruby", false, false, org.jruby.ext.thread.ConditionVariable.class, "wait_ruby", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "wait", javaMethod);
javaMethod = new org.jruby.ext.thread.ConditionVariable$INVOKER$i$0$0$signal(cls, Visibility.PUBLIC, "signal");
populateMethod(javaMethod, 0, "signal", false, false, org.jruby.ext.thread.ConditionVariable.class, "signal", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "signal", javaMethod);
javaMethod = new org.jruby.ext.thread.ConditionVariable$INVOKER$i$0$0$marshal_dump(cls, Visibility.PUBLIC, "marshal_dump");
populateMethod(javaMethod, 0, "marshal_dump", false, false, org.jruby.ext.thread.ConditionVariable.class, "marshal_dump", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "marshal_dump", javaMethod);
runtime.addBoundMethods("org.jruby.ext.thread.ConditionVariable", "newInstance", "new", "wait_ruby", "wait", "broadcast", "broadcast", "signal", "signal", "marshal_dump", "marshal_dump");
}
static {
}
}