org.jruby.internal.runtime.methods
Class InvocationMethodFactory

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

public class InvocationMethodFactory
extends MethodFactory

Author:
Ola Bini

Constructor Summary
InvocationMethodFactory()
           
InvocationMethodFactory(JRubyClassLoader classLoader)
           
 
Method Summary
 DynamicMethod getCompiledMethod(RubyModule implementationClass, java.lang.Class type, java.lang.String method, 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

InvocationMethodFactory

public InvocationMethodFactory()

InvocationMethodFactory

public InvocationMethodFactory(JRubyClassLoader classLoader)
Method Detail

getCompiledMethod

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


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