| Package | Description | 
|---|---|
| org.apache.commons.jexl3 | Provides a framework for evaluating JEXL expressions. | 
| org.apache.commons.jexl3.internal.introspection | Provides low-level introspective services. | 
| org.apache.commons.jexl3.introspection | Provides high-level introspective services. | 
| Modifier and Type | Method and Description | 
|---|---|
| JexlArithmetic | JexlBuilder. arithmetic() | 
| abstract JexlArithmetic | JexlEngine. getArithmetic()Gets this engine underlying  JexlArithmetic. | 
| JexlArithmetic | JexlArithmetic. options(JexlContext context)Apply options to this arithmetic which eventually may create another instance. | 
| JexlArithmetic | JexlArithmetic. options(JexlEngine.Options options)Deprecated. 
 3.2 | 
| JexlArithmetic | JexlArithmetic. options(JexlOptions options)Apply options to this arithmetic which eventually may create another instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| JexlBuilder | JexlBuilder. arithmetic(JexlArithmetic a)Sets the JexlArithmetic instance the engine will use. | 
| Modifier and Type | Method and Description | 
|---|---|
| JexlArithmetic.Uberspect | SandboxUberspect. getArithmetic(JexlArithmetic arithmetic) | 
| JexlArithmetic.Uberspect | Uberspect. getArithmetic(JexlArithmetic arithmetic) | 
| Modifier and Type | Method and Description | 
|---|---|
| JexlArithmetic.Uberspect | JexlUberspect. getArithmetic(JexlArithmetic arithmetic)Gets an arithmetic operator resolver for a given arithmetic instance. | 
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.