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$ffi$CallbackInfo$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.ffi.CallbackInfo$INVOKER$s$0$1$newCallbackInfo(singletonClass, Visibility.PUBLIC, "new");
populateMethod(javaMethod, -1, "newCallbackInfo", true, false, org.jruby.ext.ffi.CallbackInfo.class, "newCallbackInfo", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
aliasedMethod = singletonClass.putMethod(runtime, "new", javaMethod);
javaMethod = new org.jruby.ext.ffi.CallbackInfo$INVOKER$i$0$0$param_types(cls, Visibility.PUBLIC, "param_types");
populateMethod(javaMethod, 0, "param_types", false, false, org.jruby.ext.ffi.CallbackInfo.class, "param_types", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "param_types", javaMethod);
javaMethod = new org.jruby.ext.ffi.CallbackInfo$INVOKER$i$0$0$result_type(cls, Visibility.PUBLIC, "result_type");
populateMethod(javaMethod, 0, "result_type", false, false, org.jruby.ext.ffi.CallbackInfo.class, "result_type", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "result_type", javaMethod);
javaMethod = new org.jruby.ext.ffi.CallbackInfo$INVOKER$i$0$0$to_s(cls, Visibility.PUBLIC, "to_s");
populateMethod(javaMethod, 0, "to_s", false, false, org.jruby.ext.ffi.CallbackInfo.class, "to_s", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
aliasedMethod = cls.putMethod(runtime, "to_s", javaMethod);
runtime.addBoundMethods("org.jruby.ext.ffi.CallbackInfo", "newCallbackInfo", "new", "to_s", "to_s", "param_types", "param_types", "result_type", "result_type");
}
static {
}
}