Package org.jruby
Class RubyModule.ProfilingCacheEntryFactory
java.lang.Object
org.jruby.RubyModule.CacheEntryFactory
org.jruby.RubyModule.WrapperCacheEntryFactory
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
ConstructorsConstructorDescriptionProfilingCacheEntryFactory(Ruby runtime, RubyModule.CacheEntryFactory previous) -
Method Summary
Modifier and TypeMethodDescriptionnewCacheEntry(String id, DynamicMethod method, RubyModule sourceModule, int token) Methods inherited from class org.jruby.RubyModule.WrapperCacheEntryFactory
getPreviousMethods inherited from class org.jruby.RubyModule.CacheEntryFactory
hasCacheEntryFactory
-
Constructor Details
-
ProfilingCacheEntryFactory
-
-
Method Details
-
newCacheEntry
public CacheEntry newCacheEntry(String id, DynamicMethod method, RubyModule sourceModule, int token) - Specified by:
newCacheEntryin classRubyModule.CacheEntryFactory
-