| Package | Description |
|---|---|
| org.apache.commons.jexl3 |
Provides a framework for evaluating JEXL expressions.
|
| org.apache.commons.jexl3.internal |
Provides utilities for introspection services.
|
| 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() |
protected JexlArithmetic |
JexlArithmetic.createWithOptions(boolean astrict,
MathContext bigdContext,
int bigdScale)
Creates a JexlArithmetic instance.
|
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)
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 | Field and Description |
|---|---|
protected JexlArithmetic |
InterpreterBase.arithmetic
The arithmetic handler.
|
protected JexlArithmetic |
Engine.arithmetic
The
JexlArithmetic instance. |
| Modifier and Type | Method and Description |
|---|---|
JexlArithmetic |
Engine.getArithmetic() |
| Constructor and Description |
|---|
Interpreter(Interpreter ii,
JexlArithmetic jexla)
Copy constructor.
|
InterpreterBase(InterpreterBase ii,
JexlArithmetic jexla)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
JexlArithmetic.Uberspect |
Uberspect.getArithmetic(JexlArithmetic arithmetic)
Gets an arithmetic operator resolver for a given arithmetic instance.
|
JexlArithmetic.Uberspect |
SandboxUberspect.getArithmetic(JexlArithmetic arithmetic)
Gets an arithmetic operator resolver for a given arithmetic instance.
|
| Modifier and Type | Method and Description |
|---|---|
JexlArithmetic.Uberspect |
JexlUberspect.getArithmetic(JexlArithmetic arithmetic)
Gets an arithmetic operator resolver for a given arithmetic instance.
|
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.