Class MetaMethodIndex.CacheEntry
java.lang.Object
org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.CacheEntry
- Enclosing class:
- MetaMethodIndex
public static class MetaMethodIndex.CacheEntry extends Object
-
Field Summary
Fields Modifier and Type Field Description MetaMethod
method
Class[]
params
-
Constructor Summary
Constructors Constructor Description CacheEntry(Class[] params, MetaMethod method)
-
Method Summary