/* THIS FILE IS GENERATED. DO NOT EDIT */
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$Enums$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.ext.ffi.Enums$INVOKER$i$1$0$append(cls, Visibility.PUBLIC, "<<");
        populateMethod(javaMethod, 1, "append", false, false, org.jruby.ext.ffi.Enums.class, "append", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "<<", javaMethod);
        javaMethod = new org.jruby.ext.ffi.Enums$INVOKER$i$1$0$mapSymbol(cls, Visibility.PUBLIC, "__map_symbol");
        populateMethod(javaMethod, 1, "mapSymbol", false, false, org.jruby.ext.ffi.Enums.class, "mapSymbol", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "__map_symbol", javaMethod);
        javaMethod = new org.jruby.ext.ffi.Enums$INVOKER$i$1$0$find(cls, Visibility.PUBLIC, "find");
        populateMethod(javaMethod, 1, "find", false, false, org.jruby.ext.ffi.Enums.class, "find", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "find", javaMethod);
        javaMethod = new org.jruby.ext.ffi.Enums$INVOKER$i$0$0$initialize(cls, Visibility.PRIVATE, "initialize");
        populateMethod(javaMethod, 0, "initialize", false, false, org.jruby.ext.ffi.Enums.class, "initialize", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "initialize", javaMethod);
        javaMethod = new org.jruby.ext.ffi.Enums$INVOKER$i$0$0$empty_p(cls, Visibility.PUBLIC, "empty?");
        populateMethod(javaMethod, 0, "empty_p", false, false, org.jruby.ext.ffi.Enums.class, "empty_p", org.jruby.RubyBoolean.class, ARG0);
        aliasedMethod = cls.putMethod(runtime, "empty?", javaMethod);

        runtime.addBoundMethods("org.jruby.ext.ffi.Enums", "append", "<<", "mapSymbol", "__map_symbol", "find", "find", "initialize", "initialize", "empty_p", "empty?");
    }
    static {
    }
}