|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.runtime.callsite.CacheEntry
public class CacheEntry
Field Summary | |
---|---|
DynamicMethod |
method
|
static CacheEntry |
NULL_CACHE
|
java.lang.Object |
token
|
Constructor Summary | |
---|---|
CacheEntry(DynamicMethod method,
java.lang.Object token)
|
Method Summary | |
---|---|
boolean |
typeOk(RubyClass incomingType)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CacheEntry NULL_CACHE
public final DynamicMethod method
public final java.lang.Object token
Constructor Detail |
---|
public CacheEntry(DynamicMethod method, java.lang.Object token)
Method Detail |
---|
public final boolean typeOk(RubyClass incomingType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |