org.jruby.internal.runtime.methods
Class DumpingInvocationMethodFactory
java.lang.Object
org.jruby.runtime.MethodFactory
org.jruby.internal.runtime.methods.DumpingInvocationMethodFactory
public class DumpingInvocationMethodFactory
- extends MethodFactory
- Author:
- Ola Bini
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DumpingInvocationMethodFactory
public DumpingInvocationMethodFactory(java.lang.String path)
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.