| Package | Description |
|---|---|
| org.apache.commons.jexl2.internal.introspection |
Provides low-level introspective services.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.Class<?>,ClassMap> |
IntrospectorBase.classMethodMaps
Holds the method maps for the classes we know about, keyed by Class.
|
| Modifier and Type | Method and Description |
|---|---|
private ClassMap |
IntrospectorBase.getMap(java.lang.Class<?> c)
Gets the ClassMap for a given class.
|