Package | Description |
---|---|
org.apache.commons.jexl2.internal |
Provides utilities for introspection services.
|
org.apache.commons.jexl2.internal.introspection |
Provides low-level introspective services.
|
Class and Description |
---|
IntrospectorBase
This basic function of this class is to return a Method object for a
particular class given the name of a method and the parameters to the method
in the form of an Object[]
|
MethodKey
A method key usable by the introspector cache.
|
Class and Description |
---|
ClassMap
A cache of introspection information for a specific class instance.
|
ClassMap.MethodCache
This is the cache to store and look up the method information.
|
MethodKey
A method key usable by the introspector cache.
|
MethodKey.AmbiguousException
Simple distinguishable exception, used when
we run across ambiguous overloading.
|
MethodKey.Parameters
Utility for parameters matching.
|
MethodMap
A map of method names to methods.
|