Uses of Enum Class
ca.phon.query.script.QueryScript.QueryFunction
-
Uses of QueryScript.QueryFunction in ca.phon.query.script
Modifier and TypeMethodDescriptionstatic QueryScript.QueryFunction
Returns the enum constant of this class with the specified name.static QueryScript.QueryFunction[]
QueryScript.QueryFunction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionQueryScriptContext.callQueryFunction
(org.mozilla.javascript.Scriptable scope, QueryScript.QueryFunction function, Object... args) Call the specified QueryFunction with the given argumentsboolean
QueryScriptContext.hasQueryFunction
(org.mozilla.javascript.Scriptable scope, QueryScript.QueryFunction function) Does the script define the givenQueryScript.QueryFunction