Uses of Enum Class
ca.phon.query.script.QueryScript.QueryFunction
Packages that use QueryScript.QueryFunction
-
Uses of QueryScript.QueryFunction in ca.phon.query.script
Subclasses with type arguments of type QueryScript.QueryFunction in ca.phon.query.scriptMethods in ca.phon.query.script that return QueryScript.QueryFunctionModifier and TypeMethodDescriptionstatic QueryScript.QueryFunctionReturns 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.Methods in ca.phon.query.script with parameters of type QueryScript.QueryFunctionModifier and TypeMethodDescriptionQueryScriptContext.callQueryFunction(org.mozilla.javascript.Scriptable scope, QueryScript.QueryFunction function, Object... args) Call the specified QueryFunction with the given argumentsbooleanQueryScriptContext.hasQueryFunction(org.mozilla.javascript.Scriptable scope, QueryScript.QueryFunction function) Does the script define the givenQueryScript.QueryFunction