protected static class RubyModule.ProfilingCacheEntryFactory extends RubyModule.WrapperCacheEntryFactory
| Modifier and Type | Field and Description |
|---|---|
private MethodEnhancer |
enhancer |
previous| Constructor and Description |
|---|
ProfilingCacheEntryFactory(Ruby runtime,
RubyModule.CacheEntryFactory previous) |
| Modifier and Type | Method and Description |
|---|---|
private MethodEnhancer |
getMethodEnhancer() |
CacheEntry |
newCacheEntry(java.lang.String name,
DynamicMethod method,
int token) |
getPrevioushasCacheEntryFactoryprivate final MethodEnhancer enhancer
public ProfilingCacheEntryFactory(Ruby runtime, RubyModule.CacheEntryFactory previous)
private MethodEnhancer getMethodEnhancer()
public CacheEntry newCacheEntry(java.lang.String name, DynamicMethod method, int token)
newCacheEntry in class RubyModule.CacheEntryFactory