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 |
Debugger.visit(ASTNENode node,
java.lang.Object data) |
java.lang.Object |
Interpreter.visit(ASTNENode node,
java.lang.Object data) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ParserVisitor.visit(ASTNENode node,
java.lang.Object data) |
java.lang.Object |
ParserDefaultVisitor.visit(ASTNENode node,
java.lang.Object data) |