|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnifiedJEXL.Expression | |
|---|---|
| org.apache.commons.jexl2 | Provides a framework for evaluating JEXL expressions. |
| Uses of UnifiedJEXL.Expression in org.apache.commons.jexl2 |
|---|
| Fields in org.apache.commons.jexl2 declared as UnifiedJEXL.Expression | |
|---|---|
protected UnifiedJEXL.Expression |
UnifiedJEXL.Expression.source
The source of this expression (see prepare(org.apache.commons.jexl2.JexlContext)). |
| Methods in org.apache.commons.jexl2 that return UnifiedJEXL.Expression | |
|---|---|
UnifiedJEXL.Expression |
UnifiedJEXL.Expression.getSource()
Retrieves this expression's source expression. |
UnifiedJEXL.Expression |
UnifiedJEXL.parse(String expression)
Creates a a UnifiedJEXL.Expression from an expression string. |
abstract UnifiedJEXL.Expression |
UnifiedJEXL.Expression.prepare(JexlContext context)
When the expression is dependant upon immediate and deferred sub-expressions, evaluates the immediate sub-expressions with the context passed as parameter and returns this expression deferred form. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||