org.jruby.runtime.callsite
Class MulCallSite

java.lang.Object
  extended by org.jruby.runtime.CallSite
      extended by org.jruby.runtime.callsite.CachingCallSite
          extended by org.jruby.runtime.callsite.NormalCachingCallSite
              extended by org.jruby.runtime.callsite.MulCallSite

public class MulCallSite
extends NormalCachingCallSite


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
MulCallSite()
           
 
Method Summary
 IRubyObject call(ThreadContext context, IRubyObject caller, IRubyObject self, IRubyObject arg)
           
 IRubyObject call(ThreadContext context, IRubyObject caller, IRubyObject self, long fixnum)
           
 
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

MulCallSite

public MulCallSite()
Method Detail

call

public IRubyObject call(ThreadContext context,
                        IRubyObject caller,
                        IRubyObject self,
                        long fixnum)
Overrides:
call in class CachingCallSite

call

public IRubyObject call(ThreadContext context,
                        IRubyObject caller,
                        IRubyObject self,
                        IRubyObject arg)
Overrides:
call in class CachingCallSite


Copyright © 2002-2009 JRuby Team. All Rights Reserved.