Uses of Class
ca.phon.script.PhonScriptException
Packages that use PhonScriptException
Package
Description
-
Uses of PhonScriptException in ca.phon.app.opgraph.nodes
Methods in ca.phon.app.opgraph.nodes that throw PhonScriptExceptionModifier and TypeMethodDescriptionvoidPhonScriptNode.reloadFields()voidScriptNode.reloadFields() -
Uses of PhonScriptException in ca.phon.app.opgraph.nodes.query
Methods in ca.phon.app.opgraph.nodes.query that throw PhonScriptException -
Uses of PhonScriptException in ca.phon.app.script
Methods in ca.phon.app.script that throw PhonScriptException -
Uses of PhonScriptException in ca.phon.query.script
Methods in ca.phon.query.script that throw PhonScriptExceptionModifier and TypeMethodDescriptionvoidQueryScriptContext.callBeginSearch(org.mozilla.javascript.Scriptable scope, Session session) Call thebegin_searchfunctionvoidQueryScriptContext.callEndSearch(org.mozilla.javascript.Scriptable scope, Session session) Call theend_searchfunctionQueryScriptContext.callQueryFunction(org.mozilla.javascript.Scriptable scope, QueryScript.QueryFunction function, Object... args) Call the specified QueryFunction with the given argumentsvoidQueryScriptContext.callQueryRecord(org.mozilla.javascript.Scriptable scope, Integer recordIndex, Record record) Call thequery_recordfunction.QueryTask.executeQuery()Execute the query and return the result set. -
Uses of PhonScriptException in ca.phon.script
Methods in ca.phon.script that throw PhonScriptExceptionModifier and TypeMethodDescriptionPhonScriptContext.callFunction(org.mozilla.javascript.Scriptable scope, String name, Object... args) Call the specified function with the given arguments.org.mozilla.javascript.ScriptablePhonScriptContext.createImporterScope()Setup scope for script with default imports included and therequirefunction installed.static ObjectEvaulate the given text and return the result (if any)PhonScriptContext.exec(org.mozilla.javascript.Scriptable scope) Evaluate script using given scopeorg.mozilla.javascript.ScriptPhonScriptContext.getCompiledScript()Return the compiled version of the script.567\l *org.mozilla.javascript.ScriptablePhonScriptContext.getEvaluatedScope()org.mozilla.javascript.ScriptablePhonScriptContext.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.voidPhonScriptContext.installParams(org.mozilla.javascript.Scriptable scope) Install these script params into the given scope -
Uses of PhonScriptException in ca.phon.script.params.history
Methods in ca.phon.script.params.history that throw PhonScriptExceptionModifier and TypeMethodDescriptionParamHistoryManager.addParamSet(PhonScript script) voidParamHistoryManager.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
Methods in ca.phon.script.scripttable that throw PhonScriptExceptionModifier and TypeMethodDescriptionvoidAbstractScriptTableModel.setColumnScript(int col, PhonScript script) Setup script for specified column.voidAbstractScriptTableModel.setColumnScript(int col, String script) Setup script for specified column