public static class MetaMethodIndex.Entry extends Object
Modifier and Type | Field and Description |
---|---|
MetaMethodIndex.CacheEntry |
cachedMethod |
MetaMethodIndex.CacheEntry |
cachedMethodForSuper |
MetaMethodIndex.CacheEntry |
cachedStaticMethod |
Class |
cls |
int |
hash |
Object |
methods |
Object |
methodsForSuper |
String |
name |
MetaMethodIndex.Entry |
nextClassEntry |
MetaMethodIndex.Entry |
nextHashEntry |
Object |
staticMethods |
Constructor and Description |
---|
MetaMethodIndex.Entry() |
public int hash
public MetaMethodIndex.Entry nextHashEntry
public MetaMethodIndex.Entry nextClassEntry
public String name
public Class cls
public Object methods
public Object methodsForSuper
public Object staticMethods
public MetaMethodIndex.CacheEntry cachedMethod
public MetaMethodIndex.CacheEntry cachedMethodForSuper
public MetaMethodIndex.CacheEntry cachedStaticMethod