public class CacheEntry extends Object
Modifier and Type | Field and Description |
---|---|
DynamicMethod |
method |
static CacheEntry |
NULL_CACHE |
int |
token |
Constructor and Description |
---|
CacheEntry(DynamicMethod method,
int token) |
public static final CacheEntry NULL_CACHE
public final DynamicMethod method
public final int token
public CacheEntry(DynamicMethod method, int token)
Copyright © 2001-2015 JRuby. All Rights Reserved.