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$RubyGC$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.RubyGC$INVOKER$s$0$0$start(cls, Visibility.PRIVATE, "start");
populateMethod(javaMethod, 0, "start", true, false, org.jruby.RubyGC.class, "start", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "start", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "start", moduleMethod);
javaMethod = new org.jruby.RubyGC$INVOKER$s$0$0$enable(cls, Visibility.PRIVATE, "enable");
populateMethod(javaMethod, 0, "enable", true, false, org.jruby.RubyGC.class, "enable", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "enable", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "enable", moduleMethod);
javaMethod = new org.jruby.RubyGC$INVOKER$s$0$0$stress(cls, Visibility.PRIVATE, "stress");
populateMethod(javaMethod, 0, "stress", true, false, org.jruby.RubyGC.class, "stress", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "stress", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "stress", moduleMethod);
javaMethod = new org.jruby.RubyGC$INVOKER$s$0$0$count(cls, Visibility.PRIVATE, "count");
populateMethod(javaMethod, 0, "count", true, false, org.jruby.RubyGC.class, "count", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "count", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "count", moduleMethod);
javaMethod = new org.jruby.RubyGC$INVOKER$s$0$0$garbage_collect(cls, Visibility.PUBLIC, "garbage_collect");
populateMethod(javaMethod, 0, "garbage_collect", true, false, org.jruby.RubyGC.class, "garbage_collect", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "garbage_collect", javaMethod);
javaMethod = new org.jruby.RubyGC$INVOKER$s$0$0$disable(cls, Visibility.PRIVATE, "disable");
populateMethod(javaMethod, 0, "disable", true, false, org.jruby.RubyGC.class, "disable", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "disable", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "disable", moduleMethod);
javaMethod = new org.jruby.RubyGC$INVOKER$s$1$0$stress_set(cls, Visibility.PRIVATE, "stress=");
populateMethod(javaMethod, 1, "stress_set", true, false, org.jruby.RubyGC.class, "stress_set", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
aliasedMethod = cls.putMethod(runtime, "stress=", javaMethod);
moduleMethod = populateModuleMethod(cls, javaMethod);
aliasedMethod = singletonClass.putMethod(runtime, "stress=", moduleMethod);
runtime.addBoundMethods("org.jruby.RubyGC", "stress_set", "stress=", "start", "start", "enable", "enable", "stress", "stress", "count", "count", "garbage_collect", "garbage_collect", "disable", "disable");
}
static {
}
}