| Package | Description | 
|---|---|
| org.apache.commons.jexl3.internal.introspection | Provides low-level introspective services. | 
| Modifier and Type | Method and Description | 
|---|---|
| Constructor<?> | Introspector. getConstructor(Class<?> c,
              MethodKey key)Gets the constructor defined by the  MethodKey. | 
| Constructor<?> | Introspector. getConstructor(MethodKey key)Gets the constructor defined by the  MethodKey. | 
| Method | Introspector. getMethod(Class<?> c,
         MethodKey key)Gets the method defined by the  MethodKeyfor the classc. | 
| Method | Uberspect. getMethod(Class<?> c,
         MethodKey key)Gets the method defined by
  keyand for the Classc. | 
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.