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