| Package | Description | 
|---|---|
| org.apache.commons.jexl3 | Provides a framework for evaluating JEXL expressions. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract JexlExpression | JexlEngine. createExpression(JexlInfo info,
                String expression)Creates an JexlExpression from a String containing valid JEXL syntax. | 
| JexlExpression | JexlEngine. createExpression(String expression)Creates a JexlExpression from a String containing valid JEXL syntax. | 
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.