Package | Description |
---|---|
org.apache.commons.jexl |
Jexl-1.x compatible implementation.
|
org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
org.apache.commons.jexl2.parser |
Contains the Parser for JEXL script.
|
Modifier and Type | Method and Description |
---|---|
protected Expression |
JexlOne.JexlOneEngine.createExpression(ASTJexlScript tree,
java.lang.String text)
An overridable through covariant return Expression creator.
|
protected Script |
JexlOne.JexlOneEngine.createScript(ASTJexlScript tree,
java.lang.String text)
An overridable through covariant return Script creator.
|
Constructor and Description |
---|
JexlOneExpression(JexlOne.JexlOneEngine engine,
java.lang.String expr,
ASTJexlScript ref)
Default local ctor.
|
Modifier and Type | Field and Description |
---|---|
private ASTJexlScript |
UnifiedJEXL.Template.script
The resulting script.
|
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) |
java.lang.Object |
Debugger.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'.
|
Template(java.lang.String thePrefix,
UnifiedJEXL.TemplateBlock[] theSource,
ASTJexlScript theScript,
UnifiedJEXL.Expression[] theExprs)
Private ctor used to expand deferred expressions during prepare.
|
Modifier and Type | Method and Description |
---|---|
ASTJexlScript |
Parser.JexlScript()
Statements
|
ASTJexlScript |
Parser.parse(java.io.Reader reader,
JexlInfo info) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ParserDefaultVisitor.visit(ASTJexlScript node,
java.lang.Object data) |
java.lang.Object |
ParserVisitor.visit(ASTJexlScript node,
java.lang.Object data) |