org.codehaus.groovy.runtime.metaclass
Class MetaMethodIndex.CacheEntry
java.lang.Object
org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.CacheEntry
- Enclosing class:
- MetaMethodIndex
public static class MetaMethodIndex.CacheEntry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
params
public final Class[] params
method
public final MetaMethod method
MetaMethodIndex.CacheEntry
public MetaMethodIndex.CacheEntry(Class[] params,
MetaMethod method)