|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.internal.runtime.methods.DynamicMethod
org.jruby.internal.runtime.methods.MethodMissingMethod
public class MethodMissingMethod
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jruby.internal.runtime.methods.DynamicMethod |
|---|
DynamicMethod.NativeCall |
| Field Summary |
|---|
| Fields inherited from class org.jruby.internal.runtime.methods.DynamicMethod |
|---|
builtin, callConfig, implementationClass, nativeCall, notImplemented, protectedClass, serialNumber, visibility |
| Constructor Summary | |
|---|---|
MethodMissingMethod(RubyModule implementationClass,
RubyString name)
|
|
| Method Summary | |
|---|---|
IRubyObject |
call(ThreadContext context,
IRubyObject self,
RubyModule klazz,
java.lang.String name,
IRubyObject[] args,
Block block)
The minimum 'call' method required for a dynamic method handle. |
DynamicMethod |
dup()
Duplicate this method, returning DynamicMethod referencing the same code and with the same attributes. |
| Methods inherited from class org.jruby.internal.runtime.methods.DynamicMethod |
|---|
calculateProtectedClass, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, getArity, getCallConfig, getImplementationClass, getName, getNativeCall, getProtectedClass, getRealMethod, getSerialNumber, getVisibility, handleBreak, handleRedo, handleReturn, init, isBuiltin, isCallableFrom, isNative, isNotImplemented, isUndefined, setCallConfig, setImplementationClass, setIsBuiltin, setName, setNativeCall, setNotImplemented, setVisibility |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodMissingMethod(RubyModule implementationClass,
RubyString name)
| Method Detail |
|---|
public IRubyObject call(ThreadContext context,
IRubyObject self,
RubyModule klazz,
java.lang.String name,
IRubyObject[] args,
Block block)
DynamicMethod
call in class DynamicMethodcontext - The thread context for the currently executing threadself - The 'self' or 'receiver' object to use for this callname - The incoming name used to invoke this methodargs - The argument list to this invocationblock - The block passed to this invocation
org.jruby.runtime.ICallable#call(Ruby, IRubyObject, String, IRubyObject[], boolean)public DynamicMethod dup()
DynamicMethod
dup in class DynamicMethod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||