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