Package | Description |
---|---|
org.apache.commons.jexl3 |
Provides a framework for evaluating JEXL expressions.
|
org.apache.commons.jexl3.internal |
Provides utilities for introspection services.
|
org.apache.commons.jexl3.parser |
Contains the Parser for JEXL script.
|
Class and Description |
---|
JexlNode
Base class for parser nodes - holds an 'image' of the token for later use.
|
ParseException
This exception is thrown when parse errors are encountered.
|
TokenMgrError
Token Manager Error.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.