org.jruby.internal.runtime.methods
Class DumpingInvocationMethodFactory

java.lang.Object
  extended by org.jruby.runtime.MethodFactory
      extended by org.jruby.internal.runtime.methods.DumpingInvocationMethodFactory

public class DumpingInvocationMethodFactory
extends MethodFactory

Author:
Ola Bini

Constructor Summary
DumpingInvocationMethodFactory(java.lang.String path)
           
 
Method Summary
 DynamicMethod getCompiledMethod(RubyModule implementationClass, java.lang.Class type, java.lang.String method, Arity arity, Visibility visibility, SinglyLinkedList cref, StaticScope scope)
           
 DynamicMethod getFullMethod(RubyModule implementationClass, java.lang.Class type, java.lang.String method, Arity arity, Visibility visibility)
           
 DynamicMethod getSimpleMethod(RubyModule implementationClass, java.lang.Class type, java.lang.String method, Arity arity, Visibility visibility)
           
 
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

DumpingInvocationMethodFactory

public DumpingInvocationMethodFactory(java.lang.String path)
Method Detail

getFullMethod

public DynamicMethod getFullMethod(RubyModule implementationClass,
                                   java.lang.Class type,
                                   java.lang.String method,
                                   Arity arity,
                                   Visibility visibility)

getSimpleMethod

public DynamicMethod getSimpleMethod(RubyModule implementationClass,
                                     java.lang.Class type,
                                     java.lang.String method,
                                     Arity arity,
                                     Visibility visibility)

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.