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 Summary
Constructors Constructor Description Entry()
-
-
-
Field Detail
-
hash
public int hash
-
nextHashEntry
public MetaMethodIndex.Entry nextHashEntry
-
nextClassEntry
public MetaMethodIndex.Entry nextClassEntry
-
name
public String name
-
cls
public Class cls
-
methods
public Object methods
-
methodsForSuper
public Object methodsForSuper
-
staticMethods
public Object staticMethods
-
cachedMethod
public MetaMethodIndex.CacheEntry cachedMethod
-
cachedMethodForSuper
public MetaMethodIndex.CacheEntry cachedMethodForSuper
-
cachedStaticMethod
public MetaMethodIndex.CacheEntry cachedStaticMethod
-
-