Uses of Interface
org.jruby.runtime.CacheMap.CacheSite

Packages that use CacheMap.CacheSite
org.jruby.runtime   
 

Uses of CacheMap.CacheSite in org.jruby.runtime
 

Classes in org.jruby.runtime that implement CacheMap.CacheSite
static class CallSite.DivCallSite
           
static class CallSite.GeCallSite
           
static class CallSite.GtCallSite
           
static class CallSite.InlineCachingCallSite
           
static class CallSite.LeCallSite
           
static class CallSite.LtCallSite
           
static class CallSite.MinusCallSite
           
static class CallSite.MulCallSite
           
static class CallSite.PlusCallSite
           
 

Methods in org.jruby.runtime with parameters of type CacheMap.CacheSite
 void CacheMap.add(DynamicMethod method, CacheMap.CacheSite site)
          Add another class to the list of classes which are caching the method.
 



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