Class MetaMethodIndex.MetaMethodCache
java.lang.Object
org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.MetaMethodCache
- Enclosing class:
- MetaMethodIndex
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionMetaMethodCache(Class<?>[] params, MetaMethod method) create a new method entry
- 
Method Summary
- 
Field Details- 
params
- 
method
 
- 
- 
Constructor Details- 
MetaMethodCachecreate a new method entry- Parameters:
- params- in case of caching params might not be the same as- ParameterTypes.getParameterTypes()
- method- the meta method
 
 
-