|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.RubyModule.CacheEntryFactory
protected abstract static class RubyModule.CacheEntryFactory
Constructor Summary | |
---|---|
protected |
RubyModule.CacheEntryFactory()
|
Method Summary | |
---|---|
boolean |
hasCacheEntryFactory(java.lang.Class cacheEntryFactoryClass)
Test all WrapperCacheEntryFactory instances in the chain for assignability from the given class. |
abstract CacheEntry |
newCacheEntry(DynamicMethod method,
int token)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RubyModule.CacheEntryFactory()
Method Detail |
---|
public abstract CacheEntry newCacheEntry(DynamicMethod method, int token)
public boolean hasCacheEntryFactory(java.lang.Class cacheEntryFactoryClass)
cacheEntryFactoryClass
- the class from which to test assignability
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |