| Interface | Description |
|---|---|
| Expression |
Base interface for all kinds of expression in EZScript.
|
| Function |
Represents a group of expressions whose value is derived from
calling a function.
|
| Class | Description |
|---|---|
| Constant |
The simplest kind of expression - a string constant.
|
| GetLastResult |
An expression whose value is the result of a context.getLastResult()
call.
|
| GetVariable |
An expression whose value is the result of a context.getVariable()
call.
|