org.codehaus.groovy.runtime.metaclass
Class MetaMethodIndex.Entry
java.lang.Object
org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Entry
- Enclosing class:
- MetaMethodIndex
public static class MetaMethodIndex.Entry
- extends Object
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
MetaMethodIndex.Entry
public MetaMethodIndex.Entry()
toString
public String toString()
- Overrides:
toString
in class Object