| Class | 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.
|
| Exception | Description |
|---|---|
| MethodKey.AmbiguousException |
Simple distinguishable exception, used when
we run across ambiguous overloading.
|