Package | Description |
---|---|
com.speechstorm.fish.scripting | |
com.speechstorm.fish.scripting.ezscript.expressions | |
com.speechstorm.fish.scripting.ezscript.statements |
Modifier and Type | Class and Description |
---|---|
class |
APIContextWrapper
This is a very basic "delegate" class which serves as a wrapper around a
VuiContext.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
CompiledScriptCache.runScript(com.speechstorm.fish.blocks.Script block_p,
APIContext context_p) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
Expression.evaluate(APIContext context_p) |
java.lang.Object |
Constant.evaluate(APIContext context_p) |
java.lang.Object |
GetVariable.evaluate(APIContext context_p) |
java.lang.Object |
GetLastResult.evaluate(APIContext context_p) |
Modifier and Type | Method and Description |
---|---|
void |
SetVariable.execute(APIContext context_p) |
void |
Statement.execute(APIContext context) |