| Package | Description |
|---|---|
| com.speechstorm.fish.scripting.ezscript.expressions | |
| com.speechstorm.fish.scripting.ezscript.statements |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Function
Represents a group of expressions whose value is derived from
calling a function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Constant
The simplest kind of expression - a string constant.
|
class |
GetLastResult
An expression whose value is the result of a context.getLastResult()
call.
|
class |
GetVariable
An expression whose value is the result of a context.getVariable()
call.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
GetVariable.getVariableName() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetVariable.setVariableName(Expression variableName_p) |
| Constructor and Description |
|---|
GetVariable(Expression variableName_p) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
SetVariable.getDestinationVariableName() |
Expression |
SetVariable.getSourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SetVariable.setDestinationVariableName(Expression destinationVariableName_p) |
void |
SetVariable.setSourceValue(Expression sourceValue_p) |