Class MetaMethodIndex.CacheEntry
java.lang.Object
org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.CacheEntry
- Enclosing class:
 - MetaMethodIndex
 
public static class MetaMethodIndex.CacheEntry
extends java.lang.Object
- 
Field Summary
Fields Modifier and Type Field Description MetaMethodmethodjava.lang.Class[]params - 
Constructor Summary
Constructors Constructor Description CacheEntry(java.lang.Class[] params, MetaMethod method) - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Field Details
- 
params
public final java.lang.Class[] params - 
method
 
 - 
 - 
Constructor Details
- 
CacheEntry
 
 -