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 SummaryFields Modifier and Type Field Description MetaMethodmethodjava.lang.Class[]params
- 
Constructor SummaryConstructors Constructor Description CacheEntry(java.lang.Class[] params, MetaMethod method)
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
paramspublic final java.lang.Class[] params
- 
method
 
- 
- 
Constructor Details- 
CacheEntry
 
-