org.jruby.util
Class MethodCache.CacheEntry

java.lang.Object
  extended by org.jruby.util.MethodCache.CacheEntry
Enclosing class:
MethodCache

public static class MethodCache.CacheEntry
extends java.lang.Object


Field Summary
 RubyModule klass
           
 DynamicMethod method
           
 java.lang.String mid
           
 
Constructor Summary
MethodCache.CacheEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

klass

public RubyModule klass

mid

public java.lang.String mid

method

public DynamicMethod method
Constructor Detail

MethodCache.CacheEntry

public MethodCache.CacheEntry()


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