Uses of Class
ca.phon.script.PhonScriptException
Package
Description
-
Uses of PhonScriptException in ca.phon.app.opgraph.nodes
Modifier and TypeMethodDescriptionvoid
PhonScriptNode.reloadFields()
void
ScriptNode.reloadFields()
-
Uses of PhonScriptException in ca.phon.app.opgraph.nodes.query
-
Uses of PhonScriptException in ca.phon.app.script
-
Uses of PhonScriptException in ca.phon.query.script
Modifier and TypeMethodDescriptionvoid
QueryScriptContext.callBeginSearch
(org.mozilla.javascript.Scriptable scope, Session session) Call thebegin_search
functionvoid
QueryScriptContext.callEndSearch
(org.mozilla.javascript.Scriptable scope, Session session) Call theend_search
functionQueryScriptContext.callQueryFunction
(org.mozilla.javascript.Scriptable scope, QueryScript.QueryFunction function, Object... args) Call the specified QueryFunction with the given argumentsvoid
QueryScriptContext.callQueryRecord
(org.mozilla.javascript.Scriptable scope, Integer recordIndex, Record record) Call thequery_record
function.QueryTask.executeQuery()
Execute the query and return the result set. -
Uses of PhonScriptException in ca.phon.script
Modifier and TypeMethodDescriptionPhonScriptContext.callFunction
(org.mozilla.javascript.Scriptable scope, String name, Object... args) Call the specified function with the given arguments.org.mozilla.javascript.Scriptable
PhonScriptContext.createImporterScope()
Setup scope for script with default imports included and therequire
function installed.static Object
Evaulate the given text and return the result (if any)PhonScriptContext.exec
(org.mozilla.javascript.Scriptable scope) Evaluate script using given scopeorg.mozilla.javascript.Script
PhonScriptContext.getCompiledScript()
Return the compiled version of the script.567\l *org.mozilla.javascript.Scriptable
PhonScriptContext.getEvaluatedScope()
org.mozilla.javascript.Scriptable
PhonScriptContext.getEvaluatedScope
(org.mozilla.javascript.Scriptable parentScope) Get the evaluated scope for the script.PhonScriptContext.getScriptParameters
(org.mozilla.javascript.Scriptable scope) Get the parameters for the script.void
PhonScriptContext.installParams
(org.mozilla.javascript.Scriptable scope) Install these script params into the given scope -
Uses of PhonScriptException in ca.phon.script.params.history
Modifier and TypeMethodDescriptionParamHistoryManager.addParamSet
(PhonScript script) void
ParamHistoryManager.fixHashes
(PhonScript script) Update hash values of all entries using provided script.ParamHistoryManager.getParamSet
(PhonScript script) ParamHistoryManager.getScriptParameters
(PhonScript script) ParamHistoryManager.nameParamSet
(String name, PhonScript script) -
Uses of PhonScriptException in ca.phon.script.scripttable
Modifier and TypeMethodDescriptionvoid
AbstractScriptTableModel.setColumnScript
(int col, PhonScript script) Setup script for specified column.void
AbstractScriptTableModel.setColumnScript
(int col, String script) Setup script for specified column