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(SimpleNode node,
java.lang.Object data)
Unused, satisfy ParserVisitor interface.
|
Modifier and Type | Class and Description |
---|---|
class |
org.apache.commons.jexl2.parser.ASTArrayAccess |
class |
ASTArrayLiteral |
class |
ASTFloatLiteral
Deprecated.
Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0
|
class |
ASTIdentifier
Identifiers, variables and registers.
|
class |
ASTIntegerLiteral
Deprecated.
Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0
|
class |
ASTJexlScript
Enhanced script to allow parameters declaration.
|
class |
ASTMapLiteral |
class |
ASTNumberLiteral |
class |
ASTReferenceExpression |
class |
ASTStringLiteral |
class |
ASTVar
Declares a local variable.
|
class |
JexlNode
Base class for parser nodes - holds an 'image' of the token for later use.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.