|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.runtime.CallSite
org.jruby.runtime.callsite.CachingCallSite
org.jruby.runtime.callsite.NormalCachingCallSite
org.jruby.runtime.callsite.RespondToCallSite
public class RespondToCallSite
Field Summary |
---|
Fields inherited from class org.jruby.runtime.callsite.CachingCallSite |
---|
cache, failedCallSites, totalCallSites |
Fields inherited from class org.jruby.runtime.CallSite |
---|
callType, methodName |
Constructor Summary | |
---|---|
RespondToCallSite()
|
Method Summary | |
---|---|
IRubyObject |
call(ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject name)
|
IRubyObject |
call(ThreadContext context,
IRubyObject caller,
IRubyObject self,
IRubyObject name,
IRubyObject bool)
|
Methods inherited from class org.jruby.runtime.callsite.NormalCachingCallSite |
---|
methodMissing |
Methods inherited from class org.jruby.runtime.callsite.CachingCallSite |
---|
cacheAndCall, cacheAndCall, cacheAndCall, cacheAndCall, cacheAndCall, cacheAndCall, cacheAndCall, cacheAndCall, cacheAndCall, cacheAndCall, call, call, call, call, call, call, call, call, call, callIter, callIter, callIter, callIter, callIter, getCache, getCachedClassIndex, getCachedMethodSerial, getMethodName, isOptimizable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RespondToCallSite()
Method Detail |
---|
public IRubyObject call(ThreadContext context, IRubyObject caller, IRubyObject self, IRubyObject name)
call
in class CachingCallSite
public IRubyObject call(ThreadContext context, IRubyObject caller, IRubyObject self, IRubyObject name, IRubyObject bool)
call
in class CachingCallSite
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |