Package | Description |
---|---|
org.apache.commons.jexl2.internal.introspection |
Provides low-level introspective services.
|
Modifier and Type | Field and Description |
---|---|
private ClassMap.MethodCache |
ClassMap.methodCache
cache of methods.
|
Modifier and Type | Method and Description |
---|---|
private static ClassMap.MethodCache |
ClassMap.createMethodCache(java.lang.Class<?> classToReflect,
org.apache.commons.logging.Log log)
Populate the Map of direct hits.
|
Modifier and Type | Method and Description |
---|---|
private static void |
ClassMap.populateMethodCacheWith(ClassMap.MethodCache cache,
java.lang.Class<?> clazz,
org.apache.commons.logging.Log log)
Recurses up class hierarchy to get all super classes.
|
private static void |
ClassMap.populateMethodCacheWithInterface(ClassMap.MethodCache cache,
java.lang.Class<?> iface,
org.apache.commons.logging.Log log)
Recurses up interface hierarchy to get all super interfaces.
|