[Java] Class CacheEntry

  • org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.CacheEntry

Field Summary

Fields
Modifiers Name Description
MetaMethod method
Class[] params

Constructor Summary

Constructors
Constructor and description
MetaMethodIndex.CacheEntry (Class[] params, MetaMethod method)

Inherited Methods Summary

Inherited Methods
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 MetaMethodIndex.CacheEntry(Class[] params, MetaMethod method)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/runtime/metaclass/MetaMethodIndex.CacheEntry.html