Class MetaMethodIndex.Entry
- java.lang.Object
- 
- org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
 
- 
- Enclosing class:
- MetaMethodIndex
 
 public static class MetaMethodIndex.Entry extends Object 
- 
- 
Field Summary
 - 
Constructor SummaryConstructors Constructor Description Entry()
 
- 
- 
- 
Field Detail- 
hashpublic int hash 
 - 
nextHashEntrypublic MetaMethodIndex.Entry nextHashEntry 
 - 
nextClassEntrypublic MetaMethodIndex.Entry nextClassEntry 
 - 
namepublic String name 
 - 
clspublic Class cls 
 - 
methodspublic Object methods 
 - 
methodsForSuperpublic Object methodsForSuper 
 - 
staticMethodspublic Object staticMethods 
 - 
cachedMethodpublic MetaMethodIndex.CacheEntry cachedMethod 
 - 
cachedMethodForSuperpublic MetaMethodIndex.CacheEntry cachedMethodForSuper 
 - 
cachedStaticMethodpublic MetaMethodIndex.CacheEntry cachedStaticMethod 
 
- 
 
-