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 |
---|---|
java.lang.Object |
Interpreter.visit(ASTVar node,
java.lang.Object data) |
Modifier and Type | Method and Description |
---|---|
void |
JexlParser.declareVariable(ASTVar identifier,
java.lang.String image)
Declares a local variable.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.