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(ASTIdentifier node,
java.lang.Object data) |
Modifier and Type | Class and Description |
---|---|
class |
ASTVar
Declares a local variable.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
JexlParser.checkVariable(ASTIdentifier identifier,
java.lang.String image)
Checks whether an identifier is a local variable or argument, ie stored in a register.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.