See: Description
Interface | Description |
---|---|
Expression |
An expression capable of evaluating itself against context objects.
|
ExpressionParser |
Parses expression strings into compiled expressions that can be evaluated.
|
ParserContext |
Input provided to an expression parser that can influence an expression parsing/compilation routine.
|
Class | Description |
---|---|
ExpressionVariable |
An expression variable.
|
Exception | Description |
---|---|
EvaluationException |
Indicates an expression evaluation failed.
|
ParserException |
Base class for exceptions thrown during expression parsing.
|
PropertyNotFoundException |
An evaluation exception indicating a expression that references a property failed to evaluate because the property
could not be found.
|
ValueCoercionException |
An evaluation exception indicating an expression failed to evaluate because the source value could not be coerced to
the target class
|