Package | Description |
---|---|
org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
Modifier and Type | Field and Description |
---|---|
protected ASTJexlScript |
ExpressionImpl.script
The resulting AST we can interpret.
|
Modifier and Type | Field and Description |
---|---|
protected JexlEngine.SoftCache<java.lang.String,ASTJexlScript> |
JexlEngine.cache
The expression cache.
|
Modifier and Type | Method and Description |
---|---|
protected ASTJexlScript |
JexlEngine.parse(java.lang.CharSequence expression,
JexlInfo info)
Deprecated.
Use
JexlEngine.parse(CharSequence, JexlInfo, Scope) instead |
protected ASTJexlScript |
JexlEngine.parse(java.lang.CharSequence expression,
JexlInfo info,
JexlEngine.Scope frame)
Parses an expression.
|
Modifier and Type | Method and Description |
---|---|
protected Expression |
JexlEngine.createExpression(ASTJexlScript tree,
java.lang.String text)
An overridable through covariant return Expression creator.
|
protected Script |
JexlEngine.createScript(ASTJexlScript tree,
java.lang.String text)
An overridable through covariant return Script creator.
|
java.lang.Object |
Interpreter.visit(ASTJexlScript node,
java.lang.Object data) |
Constructor and Description |
---|
ExpressionImpl(JexlEngine engine,
java.lang.String expr,
ASTJexlScript ref)
Do not let this be generally instantiated with a 'new'.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.