public class CacheEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DynamicMethod |
method |
static CacheEntry |
NULL_CACHE |
RubyModule |
sourceModule |
int |
token |
Constructor and Description |
---|
CacheEntry(DynamicMethod method,
int token) |
CacheEntry(DynamicMethod method,
RubyModule source,
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 RubyModule sourceModule
public final int token
public CacheEntry(DynamicMethod method, int token)
public CacheEntry(DynamicMethod method, RubyModule source, int token)
public final boolean typeOk(RubyClass incomingType)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2020 JRuby. All Rights Reserved.