Class MetaMethodIndex.Entry
java.lang.Object
org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
- Enclosing class:
- MetaMethodIndex
public static class MetaMethodIndex.Entry
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description MetaMethodIndex.CacheEntry
cachedMethod
MetaMethodIndex.CacheEntry
cachedMethodForSuper
MetaMethodIndex.CacheEntry
cachedStaticMethod
java.lang.Class
cls
int
hash
java.lang.Object
methods
java.lang.Object
methodsForSuper
java.lang.String
name
MetaMethodIndex.Entry
nextClassEntry
MetaMethodIndex.Entry
nextHashEntry
java.lang.Object
staticMethods
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
Modifier and Type Method Description java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
hash
public int hash -
nextHashEntry
-
nextClassEntry
-
name
public java.lang.String name -
cls
public java.lang.Class cls -
methods
public java.lang.Object methods -
methodsForSuper
public java.lang.Object methodsForSuper -
staticMethods
public java.lang.Object staticMethods -
cachedMethod
-
cachedMethodForSuper
-
cachedStaticMethod
-
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-