public class CacheEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DynamicMethod |
method |
static CacheEntry |
NULL_CACHE |
int |
token |
Constructor and Description |
---|
CacheEntry(DynamicMethod method,
int token) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
boolean |
typeOk(RubyClass incomingType) |
public static final CacheEntry NULL_CACHE
public final DynamicMethod method
public final int token
public CacheEntry(DynamicMethod method, int token)
public final boolean typeOk(RubyClass incomingType)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2018 JRuby. All Rights Reserved.