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 |
ParserVisitor.visit(ASTVar node,
Object data) |
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.