Interface | Description |
---|---|
ConversionHandler |
The conversion handler interface defines the basic interface for implementing conversion handlers in MVEL.
|
DataTypes |
Contains constants for standard internal types.
|
Macro | |
Operator |
Contains a list of constants representing internal operators.
|
PreProcessor |
A preprocessor used for pre-processing any expressions before being parsed/compiled.
|
Unit |
Class | Description |
---|---|
DataConversion |
The DataConversion factory is where all of MVEL's type converters are registered with the runtime.
|
ErrorDetail | |
MacroProcessor |
A simple, fast, macro processor.
|
MVEL |
The MVEL convienence class is a collection of static methods that provides a set of easy integration points for
MVEL.
|
MVELInterpretedRuntime |
The MVEL interpreted runtime, used for fast parse and execution of scripts.
|
MVELRuntime |
This class contains the runtime for running compiled MVEL expressions.
|
ParserConfiguration |
The resusable parser configuration object.
|
ParserContext |
The ParserContext is the main enviroment object used for sharing state throughout the entire
parser/compile process.
The ParserContext is used to configure the parser/compiler. |
PropertyAccessor |
Exception | Description |
---|---|
CompileException |
Standard exception thrown for all general compile and some runtime failures.
|
ConversionException | |
ImmutableElementException |
Exception thrown by internal immutable structures if any modifications are attempted.
|
OptimizationFailure | |
ParseException | |
PropertyAccessException | |
UnresolveablePropertyException |
Copyright © 2013. All rights reserved.