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