Package | Description |
---|---|
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 | Field and Description |
---|---|
protected JexlArithmetic.Uberspect |
Operators.operators
The overloaded arithmetic operators.
|
Modifier and Type | Class and Description |
---|---|
protected class |
Uberspect.ArithmeticUberspect
The concrete uberspect Arithmetic class.
|
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.