org.jruby.runtime
Class CallSite.MinusCallSite

java.lang.Object
  extended by org.jruby.runtime.CallSite
      extended by org.jruby.runtime.CallSite.InlineCachingCallSite
          extended by org.jruby.runtime.CallSite.MinusCallSite
All Implemented Interfaces:
CacheMap.CacheSite
Enclosing class:
CallSite

public static class CallSite.MinusCallSite
extends CallSite.InlineCachingCallSite


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jruby.runtime.CallSite
CallSite.DivCallSite, CallSite.GeCallSite, CallSite.GtCallSite, CallSite.InlineCachingCallSite, CallSite.LeCallSite, CallSite.LtCallSite, CallSite.MinusCallSite, CallSite.MulCallSite, CallSite.PlusCallSite
 
Field Summary
 
Fields inherited from class org.jruby.runtime.CallSite
callType, methodName
 
Constructor Summary
CallSite.MinusCallSite()
           
 
Method Summary
 IRubyObject call(ThreadContext context, IRubyObject self, IRubyObject arg)
           
 
Methods inherited from class org.jruby.runtime.CallSite.InlineCachingCallSite
cacheAndCall, cacheAndCall, cacheAndCall, cacheAndCall, cacheAndCall, cacheAndCall, cacheAndCall, cacheAndCall, cacheAndCall, cacheAndCall, call, call, call, call, call, call, call, call, call, callIter, callIter, callIter, callIter, callIter, removeCachedMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallSite.MinusCallSite

public CallSite.MinusCallSite()
Method Detail

call

public IRubyObject call(ThreadContext context,
                        IRubyObject self,
                        IRubyObject arg)
Overrides:
call in class CallSite.InlineCachingCallSite


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