[Java] Class MetaMethodIndex.CacheEntry
- org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.CacheEntry
public static class MetaMethodIndex.CacheEntry
Field Summary
Modifiers | Name | Description |
---|---|---|
MetaMethod | method | |
Class[] | params |
Constructor Summary
Constructor and description |
---|
CacheEntry
(Class[] params, MetaMethod method) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
public final MetaMethod method
public final Class[] params
Constructor Detail
public CacheEntry(Class[] params, MetaMethod method)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/runtime/metaclass/MetaMethodIndex.CacheEntry.html