Package | Description |
---|---|
org.jruby | |
org.jruby.ast.executable | |
org.jruby.ir.targets | |
org.jruby.runtime.callsite | |
org.jruby.runtime.invokedynamic |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,CacheEntry> |
RubyModule.cachedMethods |
Modifier and Type | Method and Description |
---|---|
abstract CacheEntry |
RubyModule.CacheEntryFactory.newCacheEntry(java.lang.String id,
DynamicMethod method,
int token) |
CacheEntry |
RubyModule.SynchronizedCacheEntryFactory.newCacheEntry(java.lang.String id,
DynamicMethod method,
int token) |
CacheEntry |
RubyModule.ProfilingCacheEntryFactory.newCacheEntry(java.lang.String id,
DynamicMethod method,
int token) |
CacheEntry |
RubyModule.searchWithCache(java.lang.String name)
Search for the named method in this class and in superclasses, and if found return the CacheEntry representing
the method and this class's serial number.
|
CacheEntry |
RubyModule.searchWithCache(java.lang.String id,
boolean cacheUndef)
Search through this module and supermodules for method definitions.
|
Modifier and Type | Field and Description |
---|---|
CacheEntry[] |
RuntimeCache.methodCache |
Modifier and Type | Method and Description |
---|---|
IRubyObject |
InvokeSite.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject[] args,
Block block)
Variable arity method_missing invocation.
|
IRubyObject |
InvokeSite.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
Block block)
Arity one method_missing invocation
|
IRubyObject |
InvokeSite.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
Block block)
Arity two method_missing invocation
|
IRubyObject |
InvokeSite.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block)
Arity three method_missing invocation
|
boolean |
NormalInvokeSite.methodMissing(CacheEntry entry,
IRubyObject caller) |
abstract boolean |
InvokeSite.methodMissing(CacheEntry entry,
IRubyObject caller) |
boolean |
SelfInvokeSite.methodMissing(CacheEntry entry,
IRubyObject caller) |
Modifier and Type | Field and Description |
---|---|
protected CacheEntry |
CachingCallSite.cache |
static CacheEntry |
CacheEntry.NULL_CACHE |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
CachingCallSite.getCache() |
CacheEntry |
CachingCallSite.retrieveCache(RubyClass selfType) |
CacheEntry |
CachingCallSite.retrieveCache(RubyClass selfType,
java.lang.String methodName) |
Modifier and Type | Field and Description |
---|---|
CacheEntry |
JRubyCallSite.entry |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
Block block) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject[] args) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject[] args,
Block block) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
Block block) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
Block block) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2) |
static IRubyObject |
InvokeDynamicSupport.callMethodMissing(CacheEntry entry,
CallType callType,
ThreadContext context,
IRubyObject self,
java.lang.String name,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block) |
static boolean |
InvokeDynamicSupport.methodMissing(CacheEntry entry,
CallType callType,
java.lang.String name,
IRubyObject caller) |
Copyright © 2001-2018 JRuby. All Rights Reserved.