/* 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$coverage$CoverageModule$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.coverage.CoverageModule$INVOKER$s$0$0$peek_result(cls, Visibility.PUBLIC, "peek_result");
        populateMethod(javaMethod, 0, "peek_result", true, false, org.jruby.ext.coverage.CoverageModule.class, "peek_result", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "peek_result", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        aliasedMethod = singletonClass.putMethod(runtime, "peek_result", moduleMethod);
        javaMethod = new org.jruby.ext.coverage.CoverageModule$INVOKER$s$0$0$result(cls, Visibility.PUBLIC, "result");
        populateMethod(javaMethod, 0, "result", true, false, org.jruby.ext.coverage.CoverageModule.class, "result", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "result", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        aliasedMethod = singletonClass.putMethod(runtime, "result", moduleMethod);
        javaMethod = new org.jruby.ext.coverage.CoverageModule$INVOKER$s$0$0$running_p(cls, Visibility.PUBLIC, "running?");
        populateMethod(javaMethod, 0, "running_p", true, false, org.jruby.ext.coverage.CoverageModule.class, "running_p", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "running?", javaMethod);
        moduleMethod = populateModuleMethod(cls, javaMethod);
        aliasedMethod = singletonClass.putMethod(runtime, "running?", moduleMethod);
        javaMethod = new org.jruby.ext.coverage.CoverageModule$INVOKER$s$0$0$start(cls, Visibility.PUBLIC, "start");
        populateMethod(javaMethod, 0, "start", true, false, org.jruby.ext.coverage.CoverageModule.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);

        runtime.addBoundMethods("org.jruby.ext.coverage.CoverageModule", "running_p", "running?", "peek_result", "peek_result", "result", "result", "start", "start");
    }
    static {
    }
}