/* 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$RubyThread$Location$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.RubyThread$Location$INVOKER$i$0$0$absolute_path(cls, Visibility.PUBLIC, "absolute_path");
        populateMethod(javaMethod, 0, "absolute_path", false, false, org.jruby.RubyThread.Location.class, "absolute_path", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "absolute_path", javaMethod);
        javaMethod = new org.jruby.RubyThread$Location$INVOKER$i$0$0$to_s(cls, Visibility.PUBLIC, "to_s");
        populateMethod(javaMethod, 0, "to_s", false, false, org.jruby.RubyThread.Location.class, "to_s", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "to_s", javaMethod);
        javaMethod = new org.jruby.RubyThread$Location$INVOKER$i$0$0$base_label(cls, Visibility.PUBLIC, "base_label");
        populateMethod(javaMethod, 0, "base_label", false, false, org.jruby.RubyThread.Location.class, "base_label", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "base_label", javaMethod);
        javaMethod = new org.jruby.RubyThread$Location$INVOKER$i$0$0$label(cls, Visibility.PUBLIC, "label");
        populateMethod(javaMethod, 0, "label", false, false, org.jruby.RubyThread.Location.class, "label", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "label", javaMethod);
        javaMethod = new org.jruby.RubyThread$Location$INVOKER$i$0$0$lineno(cls, Visibility.PUBLIC, "lineno");
        populateMethod(javaMethod, 0, "lineno", false, false, org.jruby.RubyThread.Location.class, "lineno", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "lineno", javaMethod);
        javaMethod = new org.jruby.RubyThread$Location$INVOKER$i$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
        populateMethod(javaMethod, 0, "inspect", false, false, org.jruby.RubyThread.Location.class, "inspect", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);
        javaMethod = new org.jruby.RubyThread$Location$INVOKER$i$0$0$path(cls, Visibility.PUBLIC, "path");
        populateMethod(javaMethod, 0, "path", false, false, org.jruby.RubyThread.Location.class, "path", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "path", javaMethod);

        runtime.addBoundMethods("org.jruby.RubyThread.Location", "absolute_path", "absolute_path", "to_s", "to_s", "base_label", "base_label", "label", "label", "lineno", "lineno", "inspect", "inspect", "path", "path");
    }
    static {
    }
}