|
||||||||||
| 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
|
int |
token
|
| Constructor Summary | |
|---|---|
CacheEntry(DynamicMethod method,
int token)
|
|
| Method Summary | |
|---|---|
static boolean |
typeOk(CacheEntry entry,
RubyClass incomingType)
|
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 int token
| Constructor Detail |
|---|
public CacheEntry(DynamicMethod method,
int token)
| Method Detail |
|---|
public final boolean typeOk(RubyClass incomingType)
public static final boolean typeOk(CacheEntry entry,
RubyClass incomingType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||