[Java] Class MetaMethodIndex.Entry
- org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
public static class MetaMethodIndex.Entry
Field Summary
| Modifiers | Name | Description |
|---|---|---|
CacheEntry | cachedMethod | |
Class | cls | |
int | hash | |
Object | methods | |
String | name | |
Map.Entry | nextHashEntry |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
public String |
toString() |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
public CacheEntry cachedMethod
public Class cls
public int hash
public Object methods
public String name
public Map.Entry nextHashEntry
Method Detail
@Override public String toString()
© 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.Entry.html