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$RubyClassPathVariable$POPULATOR extends TypePopulator {
public void populate(RubyModule cls, Class clazz) {
JavaMethod javaMethod;
DynamicMethod moduleMethod, aliasedMethod;
Ruby runtime = cls.getRuntime();
javaMethod = new org.jruby.RubyClassPathVariable$INVOKER$i$0$0$to_s(cls, Visibility.PUBLIC, "to_s");
populateMethod(javaMethod, 0, "to_s", false, false, org.jruby.RubyClassPathVariable.class, "to_s", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "to_s", javaMethod);
javaMethod = new org.jruby.RubyClassPathVariable$INVOKER$i$0$0$size(cls, Visibility.PUBLIC, "size");
populateMethod(javaMethod, 0, "size", false, false, org.jruby.RubyClassPathVariable.class, "size", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "size", javaMethod);
cls.putMethod(runtime, "length", javaMethod);
javaMethod = new org.jruby.RubyClassPathVariable$INVOKER$i$0$0$inspect(cls, Visibility.PUBLIC, "inspect");
populateMethod(javaMethod, 0, "inspect", false, false, org.jruby.RubyClassPathVariable.class, "inspect", org.jruby.runtime.builtin.IRubyObject.class, ARG0);
aliasedMethod = cls.putMethod(runtime, "inspect", javaMethod);
javaMethod = new org.jruby.RubyClassPathVariable$INVOKER$i$0$0$each(cls, Visibility.PUBLIC, "each");
populateMethod(javaMethod, 0, "each", false, false, org.jruby.RubyClassPathVariable.class, "each", org.jruby.runtime.builtin.IRubyObject.class, ARG0_BLOCK);
aliasedMethod = cls.putMethod(runtime, "each", javaMethod);
javaMethod = new org.jruby.RubyClassPathVariable$INVOKER$i$1$0$append(cls, Visibility.PUBLIC, "append");
populateMethod(javaMethod, 1, "append", false, false, org.jruby.RubyClassPathVariable.class, "append", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
aliasedMethod = cls.putMethod(runtime, "append", javaMethod);
cls.putMethod(runtime, "<<", javaMethod);
runtime.addBoundMethods("org.jruby.RubyClassPathVariable", "size", "size", "inspect", "inspect", "append", "append", "to_s", "to_s", "each", "each");
}
static {
}
}