org.jruby
Class RubyModule.ProfilingCacheEntryFactory

java.lang.Object
  extended by org.jruby.RubyModule.CacheEntryFactory
      extended by org.jruby.RubyModule.WrapperCacheEntryFactory
          extended by org.jruby.RubyModule.ProfilingCacheEntryFactory
Enclosing class:
RubyModule

protected static class RubyModule.ProfilingCacheEntryFactory
extends RubyModule.WrapperCacheEntryFactory


Field Summary
 
Fields inherited from class org.jruby.RubyModule.WrapperCacheEntryFactory
previous
 
Constructor Summary
RubyModule.ProfilingCacheEntryFactory(RubyModule.CacheEntryFactory previous)
           
 
Method Summary
 CacheEntry newCacheEntry(DynamicMethod method, int token)
           
 
Methods inherited from class org.jruby.RubyModule.WrapperCacheEntryFactory
getPrevious
 
Methods inherited from class org.jruby.RubyModule.CacheEntryFactory
hasCacheEntryFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyModule.ProfilingCacheEntryFactory

public RubyModule.ProfilingCacheEntryFactory(RubyModule.CacheEntryFactory previous)
Method Detail

newCacheEntry

public CacheEntry newCacheEntry(DynamicMethod method,
                                int token)
Specified by:
newCacheEntry in class RubyModule.CacheEntryFactory


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