|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.runtime.MethodFactory
org.jruby.internal.runtime.methods.ReflectionMethodFactory
public class ReflectionMethodFactory
Constructor Summary | |
---|---|
ReflectionMethodFactory()
|
Method Summary | |
---|---|
DynamicMethod |
getCompiledMethod(RubyModule implementationClass,
java.lang.Class type,
java.lang.String methodName,
Arity arity,
Visibility visibility,
SinglyLinkedList cref,
StaticScope scope)
|
Methods inherited from class org.jruby.runtime.MethodFactory |
---|
createFactory, createFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReflectionMethodFactory()
Method Detail |
---|
public DynamicMethod getCompiledMethod(RubyModule implementationClass, java.lang.Class type, java.lang.String methodName, Arity arity, Visibility visibility, SinglyLinkedList cref, StaticScope scope)
getCompiledMethod
in class MethodFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |