|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.runtime.callback.AbstractCallback
org.jruby.runtime.callback.ReflectionCallback
Nested Class Summary |
Nested classes inherited from class org.jruby.runtime.callback.AbstractCallback |
AbstractCallback.CallType |
Field Summary |
Fields inherited from class org.jruby.runtime.callback.AbstractCallback |
argumentTypes, arity, callType, isRestArgs, klass, methodName |
Constructor Summary | |
ReflectionCallback(java.lang.Class klass,
java.lang.String methodName,
java.lang.Class[] args,
boolean isRestArgs,
boolean isStaticMethod,
Arity arity)
|
Method Summary | |
protected AbstractCallback.CallType |
callType(boolean isStaticMethod)
|
Methods inherited from class org.jruby.runtime.callback.AbstractCallback |
execute, getArity, getExpectedArgsString, invokeMethod, packageRestArgumentsForReflection, testArgsCount |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReflectionCallback(java.lang.Class klass, java.lang.String methodName, java.lang.Class[] args, boolean isRestArgs, boolean isStaticMethod, Arity arity)
Method Detail |
protected AbstractCallback.CallType callType(boolean isStaticMethod)
callType
in class AbstractCallback
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |