| Class | Description |
|---|---|
| ConditionalExpression |
Compute a conditional expression which can either a 'boolean expression' or a 'boolean Regex'.
|
| ConditionInterpreter |
A boolean condition interpreter which supports variables in the format of ${<variable-name>} and returns always true or false.
|
| ParseToken |
Parse an interpreter token.
|
| TokenValue |
Interpret a token value.
|
| Exception | Description |
|---|---|
| InterpreterException |
Signals an interpreter exception.
|