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() |
abstract JexlArithmetic |
JexlEngine.getArithmetic()
Gets this engine underlying
JexlArithmetic . |
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 |
Engine.arithmetic
The
JexlArithmetic instance. |
protected JexlArithmetic |
Interpreter.arithmetic
The arithmetic handler.
|
Modifier and Type | Method and Description |
---|---|
JexlArithmetic |
Engine.getArithmetic() |
Modifier and Type | Method and Description |
---|---|
JexlArithmetic.Uberspect |
SandboxUberspect.getArithmetic(JexlArithmetic arithmetic)
Gets an arithmetic operator resolver for a given arithmetic instance.
|
JexlArithmetic.Uberspect |
Uberspect.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–2015 The Apache Software Foundation. All rights reserved.