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 SummaryFields Modifier and Type Field Description MetaMethodIndex.CacheEntrycachedMethodMetaMethodIndex.CacheEntrycachedMethodForSuperMetaMethodIndex.CacheEntrycachedStaticMethodjava.lang.Classclsinthashjava.lang.Objectmethodsjava.lang.ObjectmethodsForSuperjava.lang.StringnameMetaMethodIndex.EntrynextClassEntryMetaMethodIndex.EntrynextHashEntryjava.lang.ObjectstaticMethods
- 
Constructor SummaryConstructors Constructor Description Entry()
- 
Method SummaryModifier and Type Method Description java.lang.StringtoString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Field Details- 
hashpublic int hash
- 
nextHashEntry
- 
nextClassEntry
- 
namepublic java.lang.String name
- 
clspublic java.lang.Class cls
- 
methodspublic java.lang.Object methods
- 
methodsForSuperpublic java.lang.Object methodsForSuper
- 
staticMethodspublic java.lang.Object staticMethods
- 
cachedMethod
- 
cachedMethodForSuper
- 
cachedStaticMethod
 
- 
- 
Constructor Details- 
Entrypublic Entry()
 
- 
- 
Method Details- 
toStringpublic java.lang.String toString()- Overrides:
- toStringin class- java.lang.Object
 
 
-