Interface | Description |
---|---|
SimpleStatement |
Represents the sort of statement that performs a simple operation
such as setting or changing a variable (as opposed to a control
statement such as a 'for' loop).
|
Statement |
Class | Description |
---|---|
SetVariable |
The equivalent of context.setVariable().
|