| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.ast.executable | |
| org.jruby.java.codegen | |
| org.jruby.runtime.callsite |
| Modifier and Type | Method and Description |
|---|---|
abstract CacheEntry |
RubyModule.CacheEntryFactory.newCacheEntry(DynamicMethod method,
int token) |
CacheEntry |
RubyModule.SynchronizedCacheEntryFactory.newCacheEntry(DynamicMethod method,
int token) |
CacheEntry |
RubyModule.ProfilingCacheEntryFactory.newCacheEntry(DynamicMethod method,
int token) |
CacheEntry |
RubyModule.searchWithCache(java.lang.String name)
Search through this module and supermodules for method definitions.
|
| Modifier and Type | Field and Description |
|---|---|
CacheEntry[] |
RuntimeCache.methodCache |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RealClassGenerator.isCacheOk(CacheEntry entry,
IRubyObject self) |
| Modifier and Type | Field and Description |
|---|---|
protected CacheEntry |
CachingCallSite.cache |
static CacheEntry |
CacheEntry.NULL_CACHE |
| Modifier and Type | Method and Description |
|---|---|
CacheEntry |
CachingCallSite.getCache() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CacheEntry.typeOk(CacheEntry entry,
RubyClass incomingType) |
protected void |
CachingCallSite.updateCache(CacheEntry newEntry) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.