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.CacheEntrycachedMethodMetaMethodIndex.CacheEntrycachedMethodForSuperMetaMethodIndex.CacheEntrycachedStaticMethodjava.lang.Classclsinthashjava.lang.Objectmethodsjava.lang.ObjectmethodsForSuperjava.lang.StringnameMetaMethodIndex.EntrynextClassEntryMetaMethodIndex.EntrynextHashEntryjava.lang.ObjectstaticMethods - 
Constructor Summary
Constructors Constructor Description Entry() - 
Method Summary
Modifier and Type Method Description java.lang.StringtoString()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:
 toStringin classjava.lang.Object
 
 -