org.jruby.anno
Class TypePopulator
java.lang.Object
org.jruby.anno.TypePopulator
- Direct Known Subclasses:
- TypePopulator.DefaultTypePopulator
public abstract class TypePopulator
- extends java.lang.Object
- Author:
- headius
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final TypePopulator DEFAULT
TypePopulator
public TypePopulator()
populateMethod
public void populateMethod(JavaMethod javaMethod,
int arity,
java.lang.String simpleName,
boolean isStatic,
CallConfiguration callConfig)
populateModuleMethod
public DynamicMethod populateModuleMethod(RubyModule cls,
JavaMethod javaMethod)
populate
public abstract void populate(RubyModule clsmod,
java.lang.Class clazz)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.