|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.anno.TypePopulator
public abstract class TypePopulator
| Nested Class Summary | |
|---|---|
static class |
TypePopulator.DefaultTypePopulator
|
| Field Summary | |
|---|---|
static TypePopulator |
DEFAULT
|
| Constructor Summary | |
|---|---|
TypePopulator()
|
|
| Method Summary | |
|---|---|
abstract void |
populate(RubyModule clsmod,
java.lang.Class clazz)
|
static void |
populateMethod(JavaMethod javaMethod,
int arity,
java.lang.String simpleName,
boolean isStatic,
CallConfiguration callConfig,
boolean notImplemented)
|
static DynamicMethod |
populateModuleMethod(RubyModule cls,
JavaMethod javaMethod)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final TypePopulator DEFAULT
| Constructor Detail |
|---|
public TypePopulator()
| Method Detail |
|---|
public static void populateMethod(JavaMethod javaMethod,
int arity,
java.lang.String simpleName,
boolean isStatic,
CallConfiguration callConfig,
boolean notImplemented)
public static DynamicMethod populateModuleMethod(RubyModule cls,
JavaMethod javaMethod)
public abstract void populate(RubyModule clsmod,
java.lang.Class clazz)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||