org.jruby.internal.runtime.methods
Class ReflectionMethodFactory

java.lang.Object
  extended byorg.jruby.runtime.MethodFactory
      extended byorg.jruby.internal.runtime.methods.ReflectionMethodFactory

public class ReflectionMethodFactory
extends MethodFactory


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

ReflectionMethodFactory

public ReflectionMethodFactory()
Method Detail

getCompiledMethod

public DynamicMethod getCompiledMethod(RubyModule implementationClass,
                                       java.lang.Class type,
                                       java.lang.String methodName,
                                       Arity arity,
                                       Visibility visibility,
                                       SinglyLinkedList cref,
                                       StaticScope scope)
Specified by:
getCompiledMethod in class MethodFactory


Copyright © 2002-2007 JRuby Team. All Rights Reserved.