org.jruby.runtime.callsite
Class CacheEntry

java.lang.Object
  extended by org.jruby.runtime.callsite.CacheEntry

public class CacheEntry
extends java.lang.Object


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

NULL_CACHE

public static final CacheEntry NULL_CACHE

method

public final DynamicMethod method

token

public final java.lang.Object token
Constructor Detail

CacheEntry

public CacheEntry(DynamicMethod method,
                  java.lang.Object token)
Method Detail

typeOk

public final boolean typeOk(RubyClass incomingType)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.