| Package | Description | 
|---|---|
| org.apache.commons.jexl3.introspection | Provides high-level introspective services. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | JexlPropertyGet. tryInvoke(Object obj,
         Object key)Attempts to reuse this JexlPropertyGet, checking that it is compatible with
 the actual set of arguments. | 
| Object | JexlPropertySet. tryInvoke(Object obj,
         Object key,
         Object value)Attempts to reuse this JexlPropertySet, checking that it is compatible with
 the actual set of arguments. | 
| Object | JexlMethod. tryInvoke(String name,
         Object obj,
         Object... params)Attempts to reuse this JexlMethod, checking that it is compatible with
 the actual set of arguments. | 
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.