| Name | Package | Description |
| Expression | org.apache.commons.jexl |
Represents a single JEXL expression. |
| JexlContext | org.apache.commons.jexl | Holds a Map of variables which are referenced in a JEXL expression. |
| JexlExprResolver | org.apache.commons.jexl | A Resolver allows custom resolution of the expression, and can be
added in front of the jexl engine, or after in the evaluation |
| Node | org.apache.commons.jexl.parser | No description provided. |
| ParserConstants | org.apache.commons.jexl.parser | No description provided. |
| ParserTreeConstants | org.apache.commons.jexl.parser | No description provided. |
| ParserVisitor | org.apache.commons.jexl.parser | No description provided. |
| Uberspect | org.apache.commons.jexl.util.introspection | 'Federated' introspection/reflection interface to allow the introspection
behavior in Velocity to be customized. |
| UberspectLoggable | org.apache.commons.jexl.util.introspection | Marker interface to let an uberspector indicate it can and wants to
log
Thanks to Paulo for the suggestion |
| VelMethod | org.apache.commons.jexl.util.introspection | Method used for regular method invocation
$foo.bar() |
| VelPropertyGet | org.apache.commons.jexl.util.introspection | Interface defining a 'getter'. |
| VelPropertySet | org.apache.commons.jexl.util.introspection | Interface used for setting values that appear to be properties in
Velocity. |