Package | Description |
---|---|
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 |
---|---|
Object |
Interpreter.visit(ASTVar node,
Object data) |
Modifier and Type | Method and Description |
---|---|
void |
JexlParser.declareVariable(ASTVar identifier,
String image)
Declares a local variable.
|
Object |
ParserDefaultVisitor.visit(ASTVar node,
Object data) |
Object |
ParserVisitor.visit(ASTVar node,
Object data) |
Copyright © 2022. All rights reserved.